Html Css Color HEX #387E13 Bilbao

📋 copy color: '#387E13'

red 56 ◦ green 126 ◦ blue 19

#387E13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #387E13

Tints of Bilbao #387E13

RGB

 RED value IS 56 (22.27% from 255) = 27.86%

 GREEN value IS 126 (49.61% from 255) = 62.69%

 BLUE value IS 19 (7.81% from 255) = 9.45%

R = 27.86%
G = 62.69%
B = 9.45%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#387E13 (or 0x387E13) is known color: Bilbao. HEX triplet: 38, 7E and 13. RGB value is (56,126,19). Sum of RGB (Red+Green+Blue) = 56+126+19=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 126 (49.61% from 255 or 62.69% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 126 - color contains mainly: green. Hex color #387E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387E13 is #C781EC. Grayscale: #5D5D5D. Windows color (decimal): -13074925 or 1277496. OLE color: 1277496.

HSL color Cylindrical-coordinate representation of color #387E13: hue angle of 99.25º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #387E13 is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 126 19 -
CMYK 0.56 0 0.85 0.51
HSL 99.25º 0.74% 0.28% -
HSV(B) 99.25º 0.85% 0.49% -
XYZ 9.21 15.81 3.18 -
YUV 92.87 86.31 101.7 -
System Red Green Blue C M Y K H S L
Decimal 56 126 19 0.56 0 0.85 0.51 99.25 0.74 0.28
Hex 38 7E 13 38 0 55 33 63 4A 1C
Octal 70 176 23 70 0 125 63 143 112 34
Binary 111000 1111110 10011 111000 0 1010101 110011 1100011 1001010 11100

Color Harmonies of #387E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387E13

Black with #387E13

Text Example


Text Example

White with #387E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387E13; }

 p { color: rgb(56,126,19); }

 H1.HeaderClassName
 {
   color: #387E13;
 }
 .AnyTagClassName
 {
   color: #387E13;
 }
</style>

background-color css

<style>
 a { background-color: #387E13; }

 a { background-color: rgb(56,126,19); }

 div.DivClassName
 {
   background-color: #387E13;
 }
 .BgClassName
 {
   background-color: #387E13;
 }
</style>

border-color css

<style>
 span { border-color: #387E13; }

 span { border-color: rgb(56,126,19); }

 td.TdClassName
 {
   border-color: #387E13;
 }
 .TagClassName
 {
   border-color: #387E13;
 }
</style>