Html Css Color HEX #434002 Verdun Green

📋 copy color: '#434002'

red 67 ◦ green 64 ◦ blue 2

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

Shades of Verdun Green #434002

Tints of Verdun Green #434002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.5%

R = 50.38%
G = 48.12%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#434002 (or 0x434002) is known color: Verdun Green. HEX triplet: 43, 40 and 02. RGB value is (67,64,2). Sum of RGB (Red+Green+Blue) = 67+64+2=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #434002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434002 is #BCBFFD. Grayscale: #3A3A3A. Windows color (decimal): -12369918 or 147523. OLE color: 147523.

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

Color convert

RGB 67 64 2 -
CMYK 0 0.04 0.97 0.74
HSL 57.23º 0.94% 0.14% -
HSV(B) 57.23º 0.97% 0.26% -
XYZ 4.16 4.86 0.78 -
YUV 57.83 96.49 134.54 -
System Red Green Blue C M Y K H S L
Decimal 67 64 2 0 0.04 0.97 0.74 57.23 0.94 0.14
Hex 43 40 2 0 4 61 4A 39 5E E
Octal 103 100 2 0 4 141 112 71 136 16
Binary 1000011 1000000 10 0 100 1100001 1001010 111001 1011110 1110

Color Harmonies of #434002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434002

Black with #434002

Text Example


Text Example

White with #434002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434002; }

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

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

background-color css

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

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

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

border-color css

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

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

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