Html Css Color HEX #336718 Bilbao

📋 copy color: '#336718'

red 51 ◦ green 103 ◦ blue 24

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

Shades of Bilbao #336718

Tints of Bilbao #336718

RGB

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

 GREEN value IS 103 (40.63% from 255) = 57.87%

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

R = 28.65%
G = 57.87%
B = 13.48%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#336718 (or 0x336718) is known color: Bilbao. HEX triplet: 33, 67 and 18. RGB value is (51,103,24). Sum of RGB (Red+Green+Blue) = 51+103+24=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 103 (40.62% from 255 or 57.87% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 103 - color contains mainly: green. Hex color #336718 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336718 is #CC98E7. Grayscale: #4E4E4E. Windows color (decimal): -13408488 or 1599283. OLE color: 1599283.

HSL color Cylindrical-coordinate representation of color #336718: hue angle of 99.49º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #336718 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 103 24 -
CMYK 0.50 0 0.77 0.60
HSL 99.49º 0.62% 0.25% -
HSV(B) 99.49º 0.77% 0.4% -
XYZ 6.38 10.47 2.55 -
YUV 78.45 97.27 108.42 -
System Red Green Blue C M Y K H S L
Decimal 51 103 24 0.50 0 0.77 0.60 99.49 0.62 0.25
Hex 33 67 18 32 0 4D 3C 63 3E 19
Octal 63 147 30 62 0 115 74 143 76 31
Binary 110011 1100111 11000 110010 0 1001101 111100 1100011 111110 11001

Color Harmonies of #336718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336718

Black with #336718

Text Example


Text Example

White with #336718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336718; }

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

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

background-color css

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

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

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

border-color css

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

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

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