#434B00

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

Shades of Verdun Green #434B00

Tints of Verdun Green #434B00

Color information

#434B00 (or 0x434B00) is unknown color: approx Verdun Green. HEX triplet: 43, 4B and 00. RGB value is (67,75,0). Sum of RGB (Red+Green+Blue) = 67+75+0=142 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.18% from 142); Green value is 75 (29.69% from 255 or 52.82% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 75 - color contains mainly: green. Hex color #434B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434B00 is #BCB4FF. Grayscale: #404040. Windows color (decimal): -12367104 or 19267. OLE color: 19267.

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

Color convert

RGB67750-
CMYK0.11010.71
HSL66.4º100%14.71%-
HSV(B)66.4º100%29.41%-
XYZ4.836.230.95-
YUV64.0691.85130.1-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.18%
GREEN value IS 75 (29.69% from 255) = 52.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.18%
G=52.82%
B=0%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal677500.11010.7166.410014.71
Hex434B0B064474264f
Octal103113013014410710214417
Binary1000011100101101011011001001000111100001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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