Html Css Color HEX #377402 Bilbao

📋 copy color: '#377402'

red 55 ◦ green 116 ◦ blue 2

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

Shades of Bilbao #377402

Tints of Bilbao #377402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 67.05%

 BLUE value IS 2 (1.17% from 255) = 1.16%

R = 31.79%
G = 67.05%
B = 1.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#377402 (or 0x377402) is known color: Bilbao. HEX triplet: 37, 74 and 02. RGB value is (55,116,2). Sum of RGB (Red+Green+Blue) = 55+116+2=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 116 (45.70% from 255 or 67.05% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 116 - color contains mainly: green. Hex color #377402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377402 is #C88BFD. Grayscale: #555555. Windows color (decimal): -13143038 or 160823. OLE color: 160823.

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

Color convert

RGB 55 116 2 -
CMYK 0.53 0 0.98 0.55
HSL 92.11º 0.97% 0.23% -
HSV(B) 92.11º 0.98% 0.45% -
XYZ 7.83 13.31 2.21 -
YUV 84.77 81.29 106.77 -
System Red Green Blue C M Y K H S L
Decimal 55 116 2 0.53 0 0.98 0.55 92.11 0.97 0.23
Hex 37 74 2 35 0 62 37 5C 61 17
Octal 67 164 2 65 0 142 67 134 141 27
Binary 110111 1110100 10 110101 0 1100010 110111 1011100 1100001 10111

Color Harmonies of #377402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377402

Black with #377402

Text Example


Text Example

White with #377402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377402; }

 p { color: rgb(55,116,2); }

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

background-color css

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

 a { background-color: rgb(55,116,2); }

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

border-color css

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

 span { border-color: rgb(55,116,2); }

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