Html Css Color HEX #337318 Bilbao

📋 copy color: '#337318'

red 51 ◦ green 115 ◦ blue 24

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

Shades of Bilbao #337318

Tints of Bilbao #337318

RGB

 RED value IS 51 (20.31% from 255) = 26.84%

 GREEN value IS 115 (45.31% from 255) = 60.53%

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

R = 26.84%
G = 60.53%
B = 12.63%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#337318 (or 0x337318) is known color: Bilbao. HEX triplet: 33, 73 and 18. RGB value is (51,115,24). Sum of RGB (Red+Green+Blue) = 51+115+24=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 115 (45.31% from 255 or 60.53% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 115 - color contains mainly: green. Hex color #337318 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337318 is #CC8CE7. Grayscale: #555555. Windows color (decimal): -13405416 or 1602355. OLE color: 1602355.

HSL color Cylindrical-coordinate representation of color #337318: hue angle of 102.2º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #337318 is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 115 24 -
CMYK 0.56 0 0.79 0.55
HSL 102.2º 0.65% 0.27% -
HSV(B) 102.2º 0.79% 0.45% -
XYZ 7.66 13.03 2.98 -
YUV 85.49 93.3 103.4 -
System Red Green Blue C M Y K H S L
Decimal 51 115 24 0.56 0 0.79 0.55 102.2 0.65 0.27
Hex 33 73 18 38 0 4F 37 66 41 1B
Octal 63 163 30 70 0 117 67 146 101 33
Binary 110011 1110011 11000 111000 0 1001111 110111 1100110 1000001 11011

Color Harmonies of #337318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337318

Black with #337318

Text Example


Text Example

White with #337318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337318; }

 p { color: rgb(51,115,24); }

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

background-color css

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

 a { background-color: rgb(51,115,24); }

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

border-color css

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

 span { border-color: rgb(51,115,24); }

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