Html Css Color HEX #387F17 Bilbao

📋 copy color: '#387F17'

red 56 ◦ green 127 ◦ blue 23

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

Shades of Bilbao #387F17

Tints of Bilbao #387F17

RGB

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

 GREEN value IS 127 (50% from 255) = 61.65%

 BLUE value IS 23 (9.38% from 255) = 11.17%

R = 27.18%
G = 61.65%
B = 11.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.82

 K value IS 0.50

RGB Variations

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

Color information

#387F17 (or 0x387F17) is known color: Bilbao. HEX triplet: 38, 7F and 17. RGB value is (56,127,23). Sum of RGB (Red+Green+Blue) = 56+127+23=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 127 (50% from 255 or 61.65% from 206); Blue value is 23 (9.38% from 255 or 11.17% from 206); Max value from RGB is 127 - color contains mainly: green. Hex color #387F17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387F17 is #C780E8. Grayscale: #5E5E5E. Windows color (decimal): -13074665 or 1539896. OLE color: 1539896.

HSL color Cylindrical-coordinate representation of color #387F17: hue angle of 100.96º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #387F17 is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 127 23 -
CMYK 0.56 0 0.82 0.50
HSL 100.96º 0.69% 0.29% -
HSV(B) 100.96º 0.82% 0.5% -
XYZ 9.37 16.08 3.42 -
YUV 93.92 87.98 100.96 -
System Red Green Blue C M Y K H S L
Decimal 56 127 23 0.56 0 0.82 0.50 100.96 0.69 0.29
Hex 38 7F 17 38 0 52 32 65 45 1D
Octal 70 177 27 70 0 122 62 145 105 35
Binary 111000 1111111 10111 111000 0 1010010 110010 1100101 1000101 11101

Color Harmonies of #387F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F17

Black with #387F17

Text Example


Text Example

White with #387F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,127,23); }

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

background-color css

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

 a { background-color: rgb(56,127,23); }

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

border-color css

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

 span { border-color: rgb(56,127,23); }

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