#43530C

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

Shades of Verdun Green #43530C

Tints of Verdun Green #43530C

Color information

#43530C (or 0x43530C) is unknown color: approx Verdun Green. HEX triplet: 43, 53 and 0C. RGB value is (67,83,12). Sum of RGB (Red+Green+Blue) = 67+83+12=162 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.36% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #43530C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #43530C is #BCACF3. Grayscale: #464646. Windows color (decimal): -12365044 or 807747. OLE color: 807747.

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

Color convert

RGB678312-
CMYK0.1900.860.67
HSL73.52º74.74%18.63%-
HSV(B)73.52º85.54%32.55%-
XYZ5.477.411.49-
YUV70.1295.2125.77-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.36%
GREEN value IS 83 (32.81% from 255) = 51.23%
BLUE value IS 12 (5.08% from 255) = 7.41%
R=41.36%
G=51.23%
B=7.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6783120.1900.860.6773.5274.7418.63
Hex4353C13056434a4b13
Octal1031231423012610311211323
Binary100001110100111100100110101011010000111001010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,83,12); }

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

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

 a { background-color: rgb(67,83,12); }

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

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

 span { border-color: rgb(67,83,12); }

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