Html Css Color HEX #37701C Bilbao

📋 copy color: '#37701C'

red 55 ◦ green 112 ◦ blue 28

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

Shades of Bilbao #37701C

Tints of Bilbao #37701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 57.44%

 BLUE value IS 28 (11.33% from 255) = 14.36%

R = 28.21%
G = 57.44%
B = 14.36%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#37701C (or 0x37701C) is known color: Bilbao. HEX triplet: 37, 70 and 1C. RGB value is (55,112,28). Sum of RGB (Red+Green+Blue) = 55+112+28=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #37701C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37701C is #C88FE3. Grayscale: #555555. Windows color (decimal): -13144036 or 1863735. OLE color: 1863735.

HSL color Cylindrical-coordinate representation of color #37701C: hue angle of 100.71º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37701C is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 112 28 -
CMYK 0.51 0 0.75 0.56
HSL 100.71º 0.6% 0.27% -
HSV(B) 100.71º 0.75% 0.44% -
XYZ 7.58 12.48 3.11 -
YUV 85.38 95.62 106.33 -
System Red Green Blue C M Y K H S L
Decimal 55 112 28 0.51 0 0.75 0.56 100.71 0.6 0.27
Hex 37 70 1C 33 0 4B 38 65 3C 1B
Octal 67 160 34 63 0 113 70 145 74 33
Binary 110111 1110000 11100 110011 0 1001011 111000 1100101 111100 11011

Color Harmonies of #37701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37701C

Black with #37701C

Text Example


Text Example

White with #37701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37701C; }

 p { color: rgb(55,112,28); }

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

background-color css

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

 a { background-color: rgb(55,112,28); }

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

border-color css

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

 span { border-color: rgb(55,112,28); }

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