Html Css Color HEX #377518 Bilbao

📋 copy color: '#377518'

red 55 ◦ green 117 ◦ blue 24

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

Shades of Bilbao #377518

Tints of Bilbao #377518

RGB

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

 GREEN value IS 117 (46.09% from 255) = 59.69%

 BLUE value IS 24 (9.77% from 255) = 12.24%

R = 28.06%
G = 59.69%
B = 12.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#377518 (or 0x377518) is known color: Bilbao. HEX triplet: 37, 75 and 18. RGB value is (55,117,24). Sum of RGB (Red+Green+Blue) = 55+117+24=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 117 (46.09% from 255 or 59.69% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 117 - color contains mainly: green. Hex color #377518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377518 is #C88AE7. Grayscale: #585858. Windows color (decimal): -13142760 or 1602871. OLE color: 1602871.

HSL color Cylindrical-coordinate representation of color #377518: hue angle of 100º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #377518 is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 117 24 -
CMYK 0.53 0 0.79 0.54
HSL 100º 0.66% 0.28% -
HSV(B) 100º 0.79% 0.46% -
XYZ 8.1 13.6 3.06 -
YUV 87.86 91.96 104.56 -
System Red Green Blue C M Y K H S L
Decimal 55 117 24 0.53 0 0.79 0.54 100 0.66 0.28
Hex 37 75 18 35 0 4F 36 64 42 1C
Octal 67 165 30 65 0 117 66 144 102 34
Binary 110111 1110101 11000 110101 0 1001111 110110 1100100 1000010 11100

Color Harmonies of #377518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377518

Black with #377518

Text Example


Text Example

White with #377518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377518; }

 p { color: rgb(55,117,24); }

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

background-color css

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

 a { background-color: rgb(55,117,24); }

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

border-color css

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

 span { border-color: rgb(55,117,24); }

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