#434305

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

Shades of Verdun Green #434305

Tints of Verdun Green #434305

Color information

#434305 (or 0x434305) is unknown color: approx Verdun Green. HEX triplet: 43, 43 and 05. RGB value is (67,67,5). Sum of RGB (Red+Green+Blue) = 67+67+5=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 67 - color contains mainly: red, green. Hex color #434305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434305 is #BCBCFA. Grayscale: #3C3C3C. Windows color (decimal): -12369147 or 344899. OLE color: 344899.

HSL color Cylindrical-coordinate representation of color #434305: hue angle of 60º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #434305 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.74.

Color convert

RGB67675-
CMYK000.930.74
HSL60º86.11%14.12%-
HSV(B)60º92.54%26.27%-
XYZ4.355.220.92-
YUV59.9397133.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.20%
GREEN value IS 67 (26.56% from 255) = 48.20%
BLUE value IS 5 (2.34% from 255) = 3.60%
R=48.20%
G=48.20%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67675000.930.746086.1114.12
Hex43435005D4A3c56e
Octal1031035001351127412616
Binary10000111000011101001011101100101011110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434305; }

 p { color: rgb(67,67,5); }

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

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

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

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

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

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

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