Html Css Color HEX #377914 Bilbao

📋 copy color: '#377914'

red 55 ◦ green 121 ◦ blue 20

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

Shades of Bilbao #377914

Tints of Bilbao #377914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 61.73%

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

R = 28.06%
G = 61.73%
B = 10.2%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#377914 (or 0x377914) is known color: Bilbao. HEX triplet: 37, 79 and 14. RGB value is (55,121,20). Sum of RGB (Red+Green+Blue) = 55+121+20=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 121 (47.66% from 255 or 61.73% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 121 - color contains mainly: green. Hex color #377914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377914 is #C886EB. Grayscale: #5A5A5A. Windows color (decimal): -13141740 or 1341751. OLE color: 1341751.

HSL color Cylindrical-coordinate representation of color #377914: hue angle of 99.21º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #377914 is Cyan = 0.55, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 121 20 -
CMYK 0.55 0 0.83 0.53
HSL 99.21º 0.72% 0.28% -
HSV(B) 99.21º 0.83% 0.47% -
XYZ 8.54 14.54 3.02 -
YUV 89.75 88.63 103.21 -
System Red Green Blue C M Y K H S L
Decimal 55 121 20 0.55 0 0.83 0.53 99.21 0.72 0.28
Hex 37 79 14 37 0 53 35 63 48 1C
Octal 67 171 24 67 0 123 65 143 110 34
Binary 110111 1111001 10100 110111 0 1010011 110101 1100011 1001000 11100

Color Harmonies of #377914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377914

Black with #377914

Text Example


Text Example

White with #377914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377914; }

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

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

background-color css

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

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

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

border-color css

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

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

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