Html Css Color HEX #377B14 Bilbao

📋 copy color: '#377B14'

red 55 ◦ green 123 ◦ blue 20

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

Shades of Bilbao #377B14

Tints of Bilbao #377B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.1%

R = 27.78%
G = 62.12%
B = 10.1%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#377B14 (or 0x377B14) is known color: Bilbao. HEX triplet: 37, 7B and 14. RGB value is (55,123,20). Sum of RGB (Red+Green+Blue) = 55+123+20=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 123 (48.44% from 255 or 62.12% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 123 - color contains mainly: green. Hex color #377B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377B14 is #C884EB. Grayscale: #5B5B5B. Windows color (decimal): -13141228 or 1342263. OLE color: 1342263.

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

Color convert

RGB 55 123 20 -
CMYK 0.55 0 0.84 0.52
HSL 99.61º 0.72% 0.28% -
HSV(B) 99.61º 0.84% 0.48% -
XYZ 8.78 15.03 3.1 -
YUV 90.93 87.97 102.38 -
System Red Green Blue C M Y K H S L
Decimal 55 123 20 0.55 0 0.84 0.52 99.61 0.72 0.28
Hex 37 7B 14 37 0 54 34 64 48 1C
Octal 67 173 24 67 0 124 64 144 110 34
Binary 110111 1111011 10100 110111 0 1010100 110100 1100100 1001000 11100

Color Harmonies of #377B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377B14

Black with #377B14

Text Example


Text Example

White with #377B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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