Html Css Color HEX #377A12 Bilbao

📋 copy color: '#377A12'

red 55 ◦ green 122 ◦ blue 18

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

Shades of Bilbao #377A12

Tints of Bilbao #377A12

RGB

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

 GREEN value IS 122 (48.05% from 255) = 62.56%

 BLUE value IS 18 (7.42% from 255) = 9.23%

R = 28.21%
G = 62.56%
B = 9.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.85

 K value IS 0.52

RGB Variations

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

Color information

#377A12 (or 0x377A12) is known color: Bilbao. HEX triplet: 37, 7A and 12. RGB value is (55,122,18). Sum of RGB (Red+Green+Blue) = 55+122+18=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 122 (48.05% from 255 or 62.56% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 122 - color contains mainly: green. Hex color #377A12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377A12 is #C885ED. Grayscale: #5A5A5A. Windows color (decimal): -13141486 or 1210935. OLE color: 1210935.

HSL color Cylindrical-coordinate representation of color #377A12: hue angle of 98.65º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #377A12 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 122 18 -
CMYK 0.55 0 0.85 0.52
HSL 98.65º 0.74% 0.27% -
HSV(B) 98.65º 0.85% 0.48% -
XYZ 8.64 14.77 2.97 -
YUV 90.11 87.3 102.96 -
System Red Green Blue C M Y K H S L
Decimal 55 122 18 0.55 0 0.85 0.52 98.65 0.74 0.27
Hex 37 7A 12 37 0 55 34 63 4A 1B
Octal 67 172 22 67 0 125 64 143 112 33
Binary 110111 1111010 10010 110111 0 1010101 110100 1100011 1001010 11011

Color Harmonies of #377A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377A12

Black with #377A12

Text Example


Text Example

White with #377A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377A12; }

 p { color: rgb(55,122,18); }

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

background-color css

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

 a { background-color: rgb(55,122,18); }

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

border-color css

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

 span { border-color: rgb(55,122,18); }

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