Html Css Color HEX #336C19 Bilbao

📋 copy color: '#336C19'

red 51 ◦ green 108 ◦ blue 25

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

Shades of Bilbao #336C19

Tints of Bilbao #336C19

RGB

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

 GREEN value IS 108 (42.58% from 255) = 58.7%

 BLUE value IS 25 (10.16% from 255) = 13.59%

R = 27.72%
G = 58.7%
B = 13.59%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#336C19 (or 0x336C19) is known color: Bilbao. HEX triplet: 33, 6C and 19. RGB value is (51,108,25). Sum of RGB (Red+Green+Blue) = 51+108+25=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 108 (42.58% from 255 or 58.70% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 108 - color contains mainly: green. Hex color #336C19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336C19 is #CC93E6. Grayscale: #515151. Windows color (decimal): -13407207 or 1666099. OLE color: 1666099.

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

Color convert

RGB 51 108 25 -
CMYK 0.53 0 0.77 0.58
HSL 101.2º 0.62% 0.26% -
HSV(B) 101.2º 0.77% 0.42% -
XYZ 6.9 11.5 2.78 -
YUV 81.5 96.12 106.25 -
System Red Green Blue C M Y K H S L
Decimal 51 108 25 0.53 0 0.77 0.58 101.2 0.62 0.26
Hex 33 6C 19 35 0 4D 3A 65 3E 1A
Octal 63 154 31 65 0 115 72 145 76 32
Binary 110011 1101100 11001 110101 0 1001101 111010 1100101 111110 11010

Color Harmonies of #336C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336C19

Black with #336C19

Text Example


Text Example

White with #336C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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