#434B03

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

Shades of Verdun Green #434B03

Tints of Verdun Green #434B03

Color information

#434B03 (or 0x434B03) is unknown color: approx Verdun Green. HEX triplet: 43, 4B and 03. RGB value is (67,75,3). Sum of RGB (Red+Green+Blue) = 67+75+3=145 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.21% from 145); Green value is 75 (29.69% from 255 or 51.72% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 75 - color contains mainly: green. Hex color #434B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434B03 is #BCB4FC. Grayscale: #404040. Windows color (decimal): -12367101 or 215875. OLE color: 215875.

HSL color Cylindrical-coordinate representation of color #434B03: hue angle of 66.67º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #434B03 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.

Color convert

RGB67753-
CMYK0.1100.960.71
HSL66.67º92.31%15.29%-
HSV(B)66.67º96%29.41%-
XYZ4.856.231.03-
YUV64.493.35129.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.21%
GREEN value IS 75 (29.69% from 255) = 51.72%
BLUE value IS 3 (1.56% from 255) = 2.07%
R=46.21%
G=51.72%
B=2.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal677530.1100.960.7166.6792.3115.29
Hex434B3B06047435cf
Octal103113313014010710313417
Binary10000111001011111011011000001000111100001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434B03; }

 p { color: rgb(67,75,3); }

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

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

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

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

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

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

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