Html Css Color HEX #33550C Verdun Green

📋 copy color: '#33550C'

red 51 ◦ green 85 ◦ blue 12

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

Shades of Verdun Green #33550C

Tints of Verdun Green #33550C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 57.43%

 BLUE value IS 12 (5.08% from 255) = 8.11%

R = 34.46%
G = 57.43%
B = 8.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#33550C (or 0x33550C) is known color: Verdun Green. HEX triplet: 33, 55 and 0C. RGB value is (51,85,12). Sum of RGB (Red+Green+Blue) = 51+85+12=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #33550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33550C is #CCAAF3. Grayscale: #424242. Windows color (decimal): -13413108 or 808243. OLE color: 808243.

HSL color Cylindrical-coordinate representation of color #33550C: hue angle of 87.95º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33550C is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 85 12 -
CMYK 0.40 0 0.86 0.67
HSL 87.95º 0.75% 0.19% -
HSV(B) 87.95º 0.86% 0.33% -
XYZ 4.68 7.23 1.5 -
YUV 66.51 97.24 116.94 -
System Red Green Blue C M Y K H S L
Decimal 51 85 12 0.40 0 0.86 0.67 87.95 0.75 0.19
Hex 33 55 C 28 0 56 43 58 4B 13
Octal 63 125 14 50 0 126 103 130 113 23
Binary 110011 1010101 1100 101000 0 1010110 1000011 1011000 1001011 10011

Color Harmonies of #33550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33550C

Black with #33550C

Text Example


Text Example

White with #33550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33550C; }

 p { color: rgb(51,85,12); }

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

background-color css

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

 a { background-color: rgb(51,85,12); }

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

border-color css

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

 span { border-color: rgb(51,85,12); }

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