Html Css Color HEX #434500 Verdun Green

📋 copy color: '#434500'

red 67 ◦ green 69 ◦ blue 0

#434500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #434500

Tints of Verdun Green #434500

RGB

 RED value IS 67 (26.56% from 255) = 49.26%

 GREEN value IS 69 (27.34% from 255) = 50.74%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.26%
G = 50.74%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#434500 (or 0x434500) is known color: Verdun Green. HEX triplet: 43, 45 and 00. RGB value is (67,69,0). Sum of RGB (Red+Green+Blue) = 67+69+0=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 69 (27.34% from 255 or 50.74% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 69 - color contains mainly: green. Hex color #434500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434500 is #BCBAFF. Grayscale: #3C3C3C. Windows color (decimal): -12368640 or 17731. OLE color: 17731.

HSL color Cylindrical-coordinate representation of color #434500: hue angle of 61.74º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #434500 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 67 69 0 -
CMYK 0.03 0 1 0.73
HSL 61.74º 1% 0.14% -
HSV(B) 61.74º 1% 0.27% -
XYZ 4.44 5.45 0.82 -
YUV 60.54 93.84 132.61 -
System Red Green Blue C M Y K H S L
Decimal 67 69 0 0.03 0 1 0.73 61.74 1 0.14
Hex 43 45 0 3 0 64 49 3E 64 E
Octal 103 105 0 3 0 144 111 76 144 16
Binary 1000011 1000101 0 11 0 1100100 1001001 111110 1100100 1110

Color Harmonies of #434500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434500

Black with #434500

Text Example


Text Example

White with #434500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434500; }

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

 H1.HeaderClassName
 {
   color: #434500;
 }
 .AnyTagClassName
 {
   color: #434500;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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