Html Css Color HEX #336B11 Bilbao

📋 copy color: '#336B11'

red 51 ◦ green 107 ◦ blue 17

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

Shades of Bilbao #336B11

Tints of Bilbao #336B11

RGB

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

 GREEN value IS 107 (42.19% from 255) = 61.14%

 BLUE value IS 17 (7.03% from 255) = 9.71%

R = 29.14%
G = 61.14%
B = 9.71%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.84

 K value IS 0.58

RGB Variations

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

Color information

#336B11 (or 0x336B11) is known color: Bilbao. HEX triplet: 33, 6B and 11. RGB value is (51,107,17). Sum of RGB (Red+Green+Blue) = 51+107+17=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 107 (42.19% from 255 or 61.14% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 107 - color contains mainly: green. Hex color #336B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336B11 is #CC94EE. Grayscale: #505050. Windows color (decimal): -13407471 or 1141555. OLE color: 1141555.

HSL color Cylindrical-coordinate representation of color #336B11: hue angle of 97.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #336B11 is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 107 17 -
CMYK 0.52 0 0.84 0.58
HSL 97.33º 0.73% 0.24% -
HSV(B) 97.33º 0.84% 0.42% -
XYZ 6.72 11.26 2.35 -
YUV 80 92.45 107.32 -
System Red Green Blue C M Y K H S L
Decimal 51 107 17 0.52 0 0.84 0.58 97.33 0.73 0.24
Hex 33 6B 11 34 0 54 3A 61 49 18
Octal 63 153 21 64 0 124 72 141 111 30
Binary 110011 1101011 10001 110100 0 1010100 111010 1100001 1001001 11000

Color Harmonies of #336B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336B11

Black with #336B11

Text Example


Text Example

White with #336B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336B11; }

 p { color: rgb(51,107,17); }

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

background-color css

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

 a { background-color: rgb(51,107,17); }

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

border-color css

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

 span { border-color: rgb(51,107,17); }

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