Html Css Color HEX #387316 Bilbao

📋 copy color: '#387316'

red 56 ◦ green 115 ◦ blue 22

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

Shades of Bilbao #387316

Tints of Bilbao #387316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 59.59%

 BLUE value IS 22 (8.98% from 255) = 11.4%

R = 29.02%
G = 59.59%
B = 11.4%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#387316 (or 0x387316) is known color: Bilbao. HEX triplet: 38, 73 and 16. RGB value is (56,115,22). Sum of RGB (Red+Green+Blue) = 56+115+22=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #387316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387316 is #C78CE9. Grayscale: #575757. Windows color (decimal): -13077738 or 1471288. OLE color: 1471288.

HSL color Cylindrical-coordinate representation of color #387316: hue angle of 98.06º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #387316 is Cyan = 0.51, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 115 22 -
CMYK 0.51 0 0.81 0.55
HSL 98.06º 0.68% 0.27% -
HSV(B) 98.06º 0.81% 0.45% -
XYZ 7.91 13.16 2.88 -
YUV 86.76 91.45 106.06 -
System Red Green Blue C M Y K H S L
Decimal 56 115 22 0.51 0 0.81 0.55 98.06 0.68 0.27
Hex 38 73 16 33 0 51 37 62 44 1B
Octal 70 163 26 63 0 121 67 142 104 33
Binary 111000 1110011 10110 110011 0 1010001 110111 1100010 1000100 11011

Color Harmonies of #387316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387316

Black with #387316

Text Example


Text Example

White with #387316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387316; }

 p { color: rgb(56,115,22); }

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

background-color css

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

 a { background-color: rgb(56,115,22); }

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

border-color css

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

 span { border-color: rgb(56,115,22); }

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