Html Css Color HEX #336610 Bilbao

📋 copy color: '#336610'

red 51 ◦ green 102 ◦ blue 16

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

Shades of Bilbao #336610

Tints of Bilbao #336610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 60.36%

 BLUE value IS 16 (6.64% from 255) = 9.47%

R = 30.18%
G = 60.36%
B = 9.47%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#336610 (or 0x336610) is known color: Bilbao. HEX triplet: 33, 66 and 10. RGB value is (51,102,16). Sum of RGB (Red+Green+Blue) = 51+102+16=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 102 (40.23% from 255 or 60.36% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 102 - color contains mainly: green. Hex color #336610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336610 is #CC99EF. Grayscale: #4D4D4D. Windows color (decimal): -13408752 or 1074739. OLE color: 1074739.

HSL color Cylindrical-coordinate representation of color #336610: hue angle of 95.58º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #336610 is Cyan = 0.5, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB 51 102 16 -
CMYK 0.5 0 0.84 0.6
HSL 95.58º 0.73% 0.23% -
HSV(B) 95.58º 0.84% 0.4% -
XYZ 6.21 10.24 2.14 -
YUV 76.95 93.6 109.49 -
System Red Green Blue C M Y K H S L
Decimal 51 102 16 0.5 0 0.84 0.6 95.58 0.73 0.23
Hex 33 66 10 32 0 54 3C 60 49 17
Octal 63 146 20 62 0 124 74 140 111 27
Binary 110011 1100110 10000 110010 0 1010100 111100 1100000 1001001 10111

Color Harmonies of #336610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336610

Black with #336610

Text Example


Text Example

White with #336610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336610; }

 p { color: rgb(51,102,16); }

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

background-color css

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

 a { background-color: rgb(51,102,16); }

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

border-color css

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

 span { border-color: rgb(51,102,16); }

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