Html Css Color HEX #376C04 Bilbao

📋 copy color: '#376C04'

red 55 ◦ green 108 ◦ blue 4

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

Shades of Bilbao #376C04

Tints of Bilbao #376C04

RGB

 RED value IS 55 (21.88% from 255) = 32.93%

 GREEN value IS 108 (42.58% from 255) = 64.67%

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

R = 32.93%
G = 64.67%
B = 2.4%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#376C04 (or 0x376C04) is known color: Bilbao. HEX triplet: 37, 6C and 04. RGB value is (55,108,4). Sum of RGB (Red+Green+Blue) = 55+108+4=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 108 (42.58% from 255 or 64.67% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 108 - color contains mainly: green. Hex color #376C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376C04 is #C893FB. Grayscale: #505050. Windows color (decimal): -13145084 or 289847. OLE color: 289847.

HSL color Cylindrical-coordinate representation of color #376C04: hue angle of 90.58º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #376C04 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 108 4 -
CMYK 0.49 0 0.96 0.58
HSL 90.58º 0.93% 0.22% -
HSV(B) 90.58º 0.96% 0.42% -
XYZ 6.96 11.55 1.98 -
YUV 80.3 84.94 109.96 -
System Red Green Blue C M Y K H S L
Decimal 55 108 4 0.49 0 0.96 0.58 90.58 0.93 0.22
Hex 37 6C 4 31 0 60 3A 5B 5D 16
Octal 67 154 4 61 0 140 72 133 135 26
Binary 110111 1101100 100 110001 0 1100000 111010 1011011 1011101 10110

Color Harmonies of #376C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376C04

Black with #376C04

Text Example


Text Example

White with #376C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376C04; }

 p { color: rgb(55,108,4); }

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

background-color css

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

 a { background-color: rgb(55,108,4); }

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

border-color css

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

 span { border-color: rgb(55,108,4); }

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