#34550C

Color #34550C Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #34550C

Tints of Verdun Green #34550C

Color information

#34550C (or 0x34550C) is unknown color: approx Verdun Green. HEX triplet: 34, 55 and 0C. RGB value is (52,85,12). Sum of RGB (Red+Green+Blue) = 52+85+12=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #34550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34550C is #CBAAF3. Grayscale: #434343. Windows color (decimal): -13347572 or 808244. OLE color: 808244.

HSL color Cylindrical-coordinate representation of color #34550C: hue angle of 87.12º 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 #34550C is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB528512-
CMYK0.3900.860.67
HSL87.12º75.26%19.02%-
HSV(B)87.12º85.88%33.33%-
XYZ4.737.251.5-
YUV66.8197.07117.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.90%
GREEN value IS 85 (33.59% from 255) = 57.05%
BLUE value IS 12 (5.08% from 255) = 8.05%
R=34.90%
G=57.05%
B=8.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285120.3900.860.6787.1275.2619.02
Hex3455C2705643574b13
Octal641251447012610312711323
Binary110100101010111001001110101011010000111010111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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