Html Css Color HEX #387304 Bilbao

📋 copy color: '#387304'

red 56 ◦ green 115 ◦ blue 4

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

Shades of Bilbao #387304

Tints of Bilbao #387304

RGB

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

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

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

R = 32%
G = 65.71%
B = 2.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#387304 (or 0x387304) is known color: Bilbao. HEX triplet: 38, 73 and 04. RGB value is (56,115,4). Sum of RGB (Red+Green+Blue) = 56+115+4=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 115 (45.31% from 255 or 65.71% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 115 - color contains mainly: green. Hex color #387304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387304 is #C78CFB. Grayscale: #555555. Windows color (decimal): -13077756 or 291640. OLE color: 291640.

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

Color convert

RGB 56 115 4 -
CMYK 0.51 0 0.97 0.55
HSL 91.89º 0.93% 0.23% -
HSV(B) 91.89º 0.97% 0.45% -
XYZ 7.78 13.11 2.24 -
YUV 84.71 82.45 107.53 -
System Red Green Blue C M Y K H S L
Decimal 56 115 4 0.51 0 0.97 0.55 91.89 0.93 0.23
Hex 38 73 4 33 0 61 37 5C 5D 17
Octal 70 163 4 63 0 141 67 134 135 27
Binary 111000 1110011 100 110011 0 1100001 110111 1011100 1011101 10111

Color Harmonies of #387304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387304

Black with #387304

Text Example


Text Example

White with #387304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387304; }

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

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

background-color css

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

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

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

border-color css

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

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

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