Html Css Color HEX #425102 Verdun Green

📋 copy color: '#425102'

red 66 ◦ green 81 ◦ blue 2

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

Shades of Verdun Green #425102

Tints of Verdun Green #425102

RGB

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

 GREEN value IS 81 (32.03% from 255) = 54.36%

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

R = 44.3%
G = 54.36%
B = 1.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#425102 (or 0x425102) is known color: Verdun Green. HEX triplet: 42, 51 and 02. RGB value is (66,81,2). Sum of RGB (Red+Green+Blue) = 66+81+2=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 81 (32.03% from 255 or 54.36% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 81 - color contains mainly: green. Hex color #425102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425102 is #BDAEFD. Grayscale: #434343. Windows color (decimal): -12431102 or 151874. OLE color: 151874.

HSL color Cylindrical-coordinate representation of color #425102: hue angle of 71.39º 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 #425102 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 81 2 -
CMYK 0.19 0 0.98 0.68
HSL 71.39º 0.95% 0.16% -
HSV(B) 71.39º 0.98% 0.32% -
XYZ 5.2 7.05 1.14 -
YUV 67.51 91.03 126.92 -
System Red Green Blue C M Y K H S L
Decimal 66 81 2 0.19 0 0.98 0.68 71.39 0.95 0.16
Hex 42 51 2 13 0 62 44 47 5F 10
Octal 102 121 2 23 0 142 104 107 137 20
Binary 1000010 1010001 10 10011 0 1100010 1000100 1000111 1011111 10000

Color Harmonies of #425102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425102

Black with #425102

Text Example


Text Example

White with #425102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425102; }

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

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

background-color css

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

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

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

border-color css

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

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

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