Html Css Color HEX #336713 Bilbao

📋 copy color: '#336713'

red 51 ◦ green 103 ◦ blue 19

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

Shades of Bilbao #336713

Tints of Bilbao #336713

RGB

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

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

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

R = 29.48%
G = 59.54%
B = 10.98%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#336713 (or 0x336713) is known color: Bilbao. HEX triplet: 33, 67 and 13. RGB value is (51,103,19). Sum of RGB (Red+Green+Blue) = 51+103+19=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 103 (40.62% from 255 or 59.54% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 103 - color contains mainly: green. Hex color #336713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336713 is #CC98EC. Grayscale: #4E4E4E. Windows color (decimal): -13408493 or 1271603. OLE color: 1271603.

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

Color convert

RGB 51 103 19 -
CMYK 0.50 0 0.82 0.60
HSL 97.14º 0.69% 0.24% -
HSV(B) 97.14º 0.82% 0.4% -
XYZ 6.33 10.45 2.3 -
YUV 77.88 94.77 108.83 -
System Red Green Blue C M Y K H S L
Decimal 51 103 19 0.50 0 0.82 0.60 97.14 0.69 0.24
Hex 33 67 13 32 0 52 3C 61 45 18
Octal 63 147 23 62 0 122 74 141 105 30
Binary 110011 1100111 10011 110010 0 1010010 111100 1100001 1000101 11000

Color Harmonies of #336713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336713

Black with #336713

Text Example


Text Example

White with #336713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336713; }

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

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

background-color css

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

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

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

border-color css

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

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

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