Html Css Color HEX #425202 Verdun Green

📋 copy color: '#425202'

red 66 ◦ green 82 ◦ blue 2

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

Shades of Verdun Green #425202

Tints of Verdun Green #425202

RGB

 RED value IS 66 (26.17% from 255) = 44%

 GREEN value IS 82 (32.42% from 255) = 54.67%

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

R = 44%
G = 54.67%
B = 1.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#425202 (or 0x425202) is known color: Verdun Green. HEX triplet: 42, 52 and 02. RGB value is (66,82,2). Sum of RGB (Red+Green+Blue) = 66+82+2=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 82 (32.42% from 255 or 54.67% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 82 - color contains mainly: green. Hex color #425202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425202 is #BDADFD. Grayscale: #444444. Windows color (decimal): -12430846 or 152130. OLE color: 152130.

HSL color Cylindrical-coordinate representation of color #425202: hue angle of 72º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #425202 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 82 2 -
CMYK 0.20 0 0.98 0.68
HSL 72º 0.95% 0.16% -
HSV(B) 72º 0.98% 0.32% -
XYZ 5.28 7.2 1.17 -
YUV 68.1 90.7 126.5 -
System Red Green Blue C M Y K H S L
Decimal 66 82 2 0.20 0 0.98 0.68 72 0.95 0.16
Hex 42 52 2 14 0 62 44 48 5F 10
Octal 102 122 2 24 0 142 104 110 137 20
Binary 1000010 1010010 10 10100 0 1100010 1000100 1001000 1011111 10000

Color Harmonies of #425202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425202

Black with #425202

Text Example


Text Example

White with #425202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425202; }

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

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

background-color css

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

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

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

border-color css

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

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

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