Html Css Color HEX #387712 Bilbao

📋 copy color: '#387712'

red 56 ◦ green 119 ◦ blue 18

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

Shades of Bilbao #387712

Tints of Bilbao #387712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 61.66%

 BLUE value IS 18 (7.42% from 255) = 9.33%

R = 29.02%
G = 61.66%
B = 9.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#387712 (or 0x387712) is known color: Bilbao. HEX triplet: 38, 77 and 12. RGB value is (56,119,18). Sum of RGB (Red+Green+Blue) = 56+119+18=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 119 (46.88% from 255 or 61.66% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 119 - color contains mainly: green. Hex color #387712 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387712 is #C788ED. Grayscale: #585858. Windows color (decimal): -13076718 or 1210168. OLE color: 1210168.

HSL color Cylindrical-coordinate representation of color #387712: hue angle of 97.43º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #387712 is Cyan = 0.53, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 119 18 -
CMYK 0.53 0 0.85 0.53
HSL 97.43º 0.74% 0.27% -
HSV(B) 97.43º 0.85% 0.47% -
XYZ 8.34 14.08 2.85 -
YUV 88.65 88.13 104.71 -
System Red Green Blue C M Y K H S L
Decimal 56 119 18 0.53 0 0.85 0.53 97.43 0.74 0.27
Hex 38 77 12 35 0 55 35 61 4A 1B
Octal 70 167 22 65 0 125 65 141 112 33
Binary 111000 1110111 10010 110101 0 1010101 110101 1100001 1001010 11011

Color Harmonies of #387712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387712

Black with #387712

Text Example


Text Example

White with #387712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387712; }

 p { color: rgb(56,119,18); }

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

background-color css

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

 a { background-color: rgb(56,119,18); }

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

border-color css

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

 span { border-color: rgb(56,119,18); }

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