Html Css Color HEX #434000 Verdun Green

📋 copy color: '#434000'

red 67 ◦ green 64 ◦ blue 0

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

Shades of Verdun Green #434000

Tints of Verdun Green #434000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.85%

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

R = 51.15%
G = 48.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#434000 (or 0x434000) is known color: Verdun Green. HEX triplet: 43, 40 and 00. RGB value is (67,64,0). Sum of RGB (Red+Green+Blue) = 67+64+0=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #434000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434000 is #BCBFFF. Grayscale: #393939. Windows color (decimal): -12369920 or 16451. OLE color: 16451.

HSL color Cylindrical-coordinate representation of color #434000: hue angle of 57.31º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #434000 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 64 0 -
CMYK 0 0.04 1 0.74
HSL 57.31º 1% 0.13% -
HSV(B) 57.31º 1% 0.26% -
XYZ 4.15 4.86 0.72 -
YUV 57.6 95.49 134.7 -
System Red Green Blue C M Y K H S L
Decimal 67 64 0 0 0.04 1 0.74 57.31 1 0.13
Hex 43 40 0 0 4 64 4A 39 64 D
Octal 103 100 0 0 4 144 112 71 144 15
Binary 1000011 1000000 0 0 100 1100100 1001010 111001 1100100 1101

Color Harmonies of #434000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434000

Black with #434000

Text Example


Text Example

White with #434000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434000; }

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

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

background-color css

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

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

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

border-color css

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

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

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