Html Css Color HEX #434202 Verdun Green

📋 copy color: '#434202'

red 67 ◦ green 66 ◦ blue 2

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

Shades of Verdun Green #434202

Tints of Verdun Green #434202

RGB

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

 GREEN value IS 66 (26.17% from 255) = 48.89%

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

R = 49.63%
G = 48.89%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#434202 (or 0x434202) is known color: Verdun Green. HEX triplet: 43, 42 and 02. RGB value is (67,66,2). Sum of RGB (Red+Green+Blue) = 67+66+2=135 (17% of max value = 765). Red value is 67 (26.56% from 255 or 49.63% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 67 - color contains mainly: red. Hex color #434202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #434202 is #BCBDFD. Grayscale: #3B3B3B. Windows color (decimal): -12369406 or 148035. OLE color: 148035.

HSL color Cylindrical-coordinate representation of color #434202: hue angle of 59.08º 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 #434202 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 66 2 -
CMYK 0 0.01 0.97 0.74
HSL 59.08º 0.94% 0.14% -
HSV(B) 59.08º 0.97% 0.26% -
XYZ 4.27 5.09 0.82 -
YUV 59 95.83 133.7 -
System Red Green Blue C M Y K H S L
Decimal 67 66 2 0 0.01 0.97 0.74 59.08 0.94 0.14
Hex 43 42 2 0 1 61 4A 3B 5E E
Octal 103 102 2 0 1 141 112 73 136 16
Binary 1000011 1000010 10 0 1 1100001 1001010 111011 1011110 1110

Color Harmonies of #434202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434202

Black with #434202

Text Example


Text Example

White with #434202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434202; }

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

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

background-color css

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

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

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

border-color css

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

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

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