Html Css Color HEX #336710 Bilbao

📋 copy color: '#336710'

red 51 ◦ green 103 ◦ blue 16

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

Shades of Bilbao #336710

Tints of Bilbao #336710

RGB

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

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

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

R = 30%
G = 60.59%
B = 9.41%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#336710 (or 0x336710) is known color: Bilbao. HEX triplet: 33, 67 and 10. RGB value is (51,103,16). Sum of RGB (Red+Green+Blue) = 51+103+16=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 103 (40.62% from 255 or 60.59% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 103 - color contains mainly: green. Hex color #336710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336710 is #CC98EF. Grayscale: #4D4D4D. Windows color (decimal): -13408496 or 1074995. OLE color: 1074995.

HSL color Cylindrical-coordinate representation of color #336710: hue angle of 95.86º 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 #336710 is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 103 16 -
CMYK 0.50 0 0.84 0.60
HSL 95.86º 0.73% 0.23% -
HSV(B) 95.86º 0.84% 0.4% -
XYZ 6.31 10.44 2.17 -
YUV 77.53 93.27 109.07 -
System Red Green Blue C M Y K H S L
Decimal 51 103 16 0.50 0 0.84 0.60 95.86 0.73 0.23
Hex 33 67 10 32 0 54 3C 60 49 17
Octal 63 147 20 62 0 124 74 140 111 27
Binary 110011 1100111 10000 110010 0 1010100 111100 1100000 1001001 10111

Color Harmonies of #336710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336710

Black with #336710

Text Example


Text Example

White with #336710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336710; }

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

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

background-color css

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

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

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

border-color css

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

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

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