Html Css Color HEX #434800 Verdun Green

📋 copy color: '#434800'

red 67 ◦ green 72 ◦ blue 0

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

Shades of Verdun Green #434800

Tints of Verdun Green #434800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 51.8%

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

R = 48.2%
G = 51.8%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#434800 (or 0x434800) is known color: Verdun Green. HEX triplet: 43, 48 and 00. RGB value is (67,72,0). Sum of RGB (Red+Green+Blue) = 67+72+0=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #434800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434800 is #BCB7FF. Grayscale: #3E3E3E. Windows color (decimal): -12367872 or 18499. OLE color: 18499.

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

Color convert

RGB 67 72 0 -
CMYK 0.07 0 1 0.72
HSL 64.17º 1% 0.14% -
HSV(B) 64.17º 1% 0.28% -
XYZ 4.63 5.83 0.88 -
YUV 62.3 92.84 131.35 -
System Red Green Blue C M Y K H S L
Decimal 67 72 0 0.07 0 1 0.72 64.17 1 0.14
Hex 43 48 0 7 0 64 48 40 64 E
Octal 103 110 0 7 0 144 110 100 144 16
Binary 1000011 1001000 0 111 0 1100100 1001000 1000000 1100100 1110

Color Harmonies of #434800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434800

Black with #434800

Text Example


Text Example

White with #434800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434800; }

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

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

background-color css

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

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

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

border-color css

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

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

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