Html Css Color HEX #387204 Bilbao

📋 copy color: '#387204'

red 56 ◦ green 114 ◦ blue 4

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

Shades of Bilbao #387204

Tints of Bilbao #387204

RGB

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

 GREEN value IS 114 (44.92% from 255) = 65.52%

 BLUE value IS 4 (1.95% from 255) = 2.3%

R = 32.18%
G = 65.52%
B = 2.3%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#387204 (or 0x387204) is known color: Bilbao. HEX triplet: 38, 72 and 04. RGB value is (56,114,4). Sum of RGB (Red+Green+Blue) = 56+114+4=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 114 (44.92% from 255 or 65.52% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 114 - color contains mainly: green. Hex color #387204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387204 is #C78DFB. Grayscale: #545454. Windows color (decimal): -13078012 or 291384. OLE color: 291384.

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

Color convert

RGB 56 114 4 -
CMYK 0.51 0 0.96 0.55
HSL 91.64º 0.93% 0.23% -
HSV(B) 91.64º 0.96% 0.45% -
XYZ 7.67 12.88 2.2 -
YUV 84.12 82.78 107.94 -
System Red Green Blue C M Y K H S L
Decimal 56 114 4 0.51 0 0.96 0.55 91.64 0.93 0.23
Hex 38 72 4 33 0 60 37 5C 5D 17
Octal 70 162 4 63 0 140 67 134 135 27
Binary 111000 1110010 100 110011 0 1100000 110111 1011100 1011101 10111

Color Harmonies of #387204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387204

Black with #387204

Text Example


Text Example

White with #387204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387204; }

 p { color: rgb(56,114,4); }

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

background-color css

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

 a { background-color: rgb(56,114,4); }

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

border-color css

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

 span { border-color: rgb(56,114,4); }

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