#336C1F

Color #336C1F Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #336C1F

Tints of Bilbao #336C1F

Color information

#336C1F (or 0x336C1F) is unknown color: approx Bilbao. HEX triplet: 33, 6C and 1F. RGB value is (51,108,31). Sum of RGB (Red+Green+Blue) = 51+108+31=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 108 (42.58% from 255 or 56.84% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 108 - color contains mainly: green. Hex color #336C1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336C1F is #CC93E0. Grayscale: #525252. Windows color (decimal): -13407201 or 2059315. OLE color: 2059315.

HSL color Cylindrical-coordinate representation of color #336C1F: hue angle of 104.42º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #336C1F is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB5110831-
CMYK0.5300.710.58
HSL104.42º55.4%27.25%-
HSV(B)104.42º71.3%42.35%-
XYZ6.9811.533.15-
YUV82.1899.12105.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.84%
GREEN value IS 108 (42.58% from 255) = 56.84%
BLUE value IS 31 (12.5% from 255) = 16.32%
R=26.84%
G=56.84%
B=16.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51108310.5300.710.58104.4255.427.25
Hex336C1F350473A68371b
Octal6315437650107721506733
Binary11001111011001111111010101000111111010110100011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,108,31); }

 H1.HeaderClassName
 {
   color: #336C1F;
 }
 .AnyTagClassName
 {
   color: #336C1F;
 }
</style>
background-color css

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

 a { background-color: rgb(51,108,31); }

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

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

 span { border-color: rgb(51,108,31); }

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