Html Css Color HEX #336913 Bilbao

📋 copy color: '#336913'

red 51 ◦ green 105 ◦ blue 19

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

Shades of Bilbao #336913

Tints of Bilbao #336913

RGB

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

 GREEN value IS 105 (41.41% from 255) = 60%

 BLUE value IS 19 (7.81% from 255) = 10.86%

R = 29.14%
G = 60%
B = 10.86%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#336913 (or 0x336913) is known color: Bilbao. HEX triplet: 33, 69 and 13. RGB value is (51,105,19). Sum of RGB (Red+Green+Blue) = 51+105+19=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 105 (41.41% from 255 or 60% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 105 - color contains mainly: green. Hex color #336913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336913 is #CC96EC. Grayscale: #4F4F4F. Windows color (decimal): -13407981 or 1272115. OLE color: 1272115.

HSL color Cylindrical-coordinate representation of color #336913: hue angle of 97.67º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #336913 is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 105 19 -
CMYK 0.51 0 0.82 0.59
HSL 97.67º 0.69% 0.24% -
HSV(B) 97.67º 0.82% 0.41% -
XYZ 6.53 10.85 2.37 -
YUV 79.05 94.11 107.99 -
System Red Green Blue C M Y K H S L
Decimal 51 105 19 0.51 0 0.82 0.59 97.67 0.69 0.24
Hex 33 69 13 33 0 52 3B 62 45 18
Octal 63 151 23 63 0 122 73 142 105 30
Binary 110011 1101001 10011 110011 0 1010010 111011 1100010 1000101 11000

Color Harmonies of #336913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336913

Black with #336913

Text Example


Text Example

White with #336913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336913; }

 p { color: rgb(51,105,19); }

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

background-color css

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

 a { background-color: rgb(51,105,19); }

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

border-color css

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

 span { border-color: rgb(51,105,19); }

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