Html Css Color HEX #377113 Bilbao

📋 copy color: '#377113'

red 55 ◦ green 113 ◦ blue 19

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

Shades of Bilbao #377113

Tints of Bilbao #377113

RGB

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

 GREEN value IS 113 (44.53% from 255) = 60.43%

 BLUE value IS 19 (7.81% from 255) = 10.16%

R = 29.41%
G = 60.43%
B = 10.16%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#377113 (or 0x377113) is known color: Bilbao. HEX triplet: 37, 71 and 13. RGB value is (55,113,19). Sum of RGB (Red+Green+Blue) = 55+113+19=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #377113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377113 is #C88EEC. Grayscale: #555555. Windows color (decimal): -13143789 or 1274167. OLE color: 1274167.

HSL color Cylindrical-coordinate representation of color #377113: hue angle of 97.02º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #377113 is Cyan = 0.51, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 113 19 -
CMYK 0.51 0 0.83 0.56
HSL 97.02º 0.71% 0.26% -
HSV(B) 97.02º 0.83% 0.44% -
XYZ 7.6 12.67 2.66 -
YUV 84.94 90.78 106.64 -
System Red Green Blue C M Y K H S L
Decimal 55 113 19 0.51 0 0.83 0.56 97.02 0.71 0.26
Hex 37 71 13 33 0 53 38 61 47 1A
Octal 67 161 23 63 0 123 70 141 107 32
Binary 110111 1110001 10011 110011 0 1010011 111000 1100001 1000111 11010

Color Harmonies of #377113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377113

Black with #377113

Text Example


Text Example

White with #377113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377113; }

 p { color: rgb(55,113,19); }

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

background-color css

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

 a { background-color: rgb(55,113,19); }

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

border-color css

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

 span { border-color: rgb(55,113,19); }

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