Html Css Color HEX #387017 Bilbao

📋 copy color: '#387017'

red 56 ◦ green 112 ◦ blue 23

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

Shades of Bilbao #387017

Tints of Bilbao #387017

RGB

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

 GREEN value IS 112 (44.14% from 255) = 58.64%

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

R = 29.32%
G = 58.64%
B = 12.04%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#387017 (or 0x387017) is known color: Bilbao. HEX triplet: 38, 70 and 17. RGB value is (56,112,23). Sum of RGB (Red+Green+Blue) = 56+112+23=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 112 (44.14% from 255 or 58.64% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 112 - color contains mainly: green. Hex color #387017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387017 is #C78FE8. Grayscale: #555555. Windows color (decimal): -13078505 or 1536056. OLE color: 1536056.

HSL color Cylindrical-coordinate representation of color #387017: hue angle of 97.75º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #387017 is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 23 -
CMYK 0.50 0 0.79 0.56
HSL 97.75º 0.66% 0.26% -
HSV(B) 97.75º 0.79% 0.44% -
XYZ 7.58 12.49 2.82 -
YUV 85.11 92.95 107.24 -
System Red Green Blue C M Y K H S L
Decimal 56 112 23 0.50 0 0.79 0.56 97.75 0.66 0.26
Hex 38 70 17 32 0 4F 38 62 42 1A
Octal 70 160 27 62 0 117 70 142 102 32
Binary 111000 1110000 10111 110010 0 1001111 111000 1100010 1000010 11010

Color Harmonies of #387017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387017

Black with #387017

Text Example


Text Example

White with #387017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387017; }

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

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

background-color css

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

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

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

border-color css

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

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

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