#434B01

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

Shades of Verdun Green #434B01

Tints of Verdun Green #434B01

Color information

#434B01 (or 0x434B01) is unknown color: approx Verdun Green. HEX triplet: 43, 4B and 01. RGB value is (67,75,1). Sum of RGB (Red+Green+Blue) = 67+75+1=143 (18% of max value = 765). Red value is 67 (26.56% from 255 or 46.85% from 143); Green value is 75 (29.69% from 255 or 52.45% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 75 - color contains mainly: green. Hex color #434B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434B01 is #BCB4FE. Grayscale: #404040. Windows color (decimal): -12367103 or 84803. OLE color: 84803.

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

Color convert

RGB67751-
CMYK0.1100.990.71
HSL66.49º97.37%14.9%-
HSV(B)66.49º98.67%29.41%-
XYZ4.846.230.98-
YUV64.1792.35130.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 46.85%
GREEN value IS 75 (29.69% from 255) = 52.45%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=46.85%
G=52.45%
B=0.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal677510.1100.990.7166.4997.3714.9
Hex434B1B063474261f
Octal103113113014310710214117
Binary1000011100101111011011000111000111100001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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