Html Css Color HEX #377B16 Bilbao

📋 copy color: '#377B16'

red 55 ◦ green 123 ◦ blue 22

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

Shades of Bilbao #377B16

Tints of Bilbao #377B16

RGB

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

 GREEN value IS 123 (48.44% from 255) = 61.5%

 BLUE value IS 22 (8.98% from 255) = 11%

R = 27.5%
G = 61.5%
B = 11%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.82

 K value IS 0.52

RGB Variations

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

Color information

#377B16 (or 0x377B16) is known color: Bilbao. HEX triplet: 37, 7B and 16. RGB value is (55,123,22). Sum of RGB (Red+Green+Blue) = 55+123+22=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 123 (48.44% from 255 or 61.5% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 123 - color contains mainly: green. Hex color #377B16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377B16 is #C884E9. Grayscale: #5B5B5B. Windows color (decimal): -13141226 or 1473335. OLE color: 1473335.

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

Color convert

RGB 55 123 22 -
CMYK 0.55 0 0.82 0.52
HSL 100.4º 0.7% 0.28% -
HSV(B) 100.4º 0.82% 0.48% -
XYZ 8.8 15.04 3.2 -
YUV 91.15 88.97 102.21 -
System Red Green Blue C M Y K H S L
Decimal 55 123 22 0.55 0 0.82 0.52 100.4 0.7 0.28
Hex 37 7B 16 37 0 52 34 64 46 1C
Octal 67 173 26 67 0 122 64 144 106 34
Binary 110111 1111011 10110 110111 0 1010010 110100 1100100 1000110 11100

Color Harmonies of #377B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377B16

Black with #377B16

Text Example


Text Example

White with #377B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,123,22); }

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

background-color css

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

 a { background-color: rgb(55,123,22); }

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

border-color css

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

 span { border-color: rgb(55,123,22); }

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