Html Css Color HEX #337618 Bilbao

📋 copy color: '#337618'

red 51 ◦ green 118 ◦ blue 24

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

Shades of Bilbao #337618

Tints of Bilbao #337618

RGB

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

 GREEN value IS 118 (46.48% from 255) = 61.14%

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

R = 26.42%
G = 61.14%
B = 12.44%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#337618 (or 0x337618) is known color: Bilbao. HEX triplet: 33, 76 and 18. RGB value is (51,118,24). Sum of RGB (Red+Green+Blue) = 51+118+24=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 118 (46.48% from 255 or 61.14% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 118 - color contains mainly: green. Hex color #337618 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337618 is #CC89E7. Grayscale: #575757. Windows color (decimal): -13404648 or 1603123. OLE color: 1603123.

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

Color convert

RGB 51 118 24 -
CMYK 0.57 0 0.80 0.54
HSL 102.77º 0.66% 0.28% -
HSV(B) 102.77º 0.8% 0.46% -
XYZ 8.01 13.73 3.09 -
YUV 87.25 92.3 102.14 -
System Red Green Blue C M Y K H S L
Decimal 51 118 24 0.57 0 0.80 0.54 102.77 0.66 0.28
Hex 33 76 18 39 0 50 36 67 42 1C
Octal 63 166 30 71 0 120 66 147 102 34
Binary 110011 1110110 11000 111001 0 1010000 110110 1100111 1000010 11100

Color Harmonies of #337618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337618

Black with #337618

Text Example


Text Example

White with #337618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337618; }

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

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

background-color css

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

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

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

border-color css

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

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

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