Html Css Color HEX #425915 Verdun Green

📋 copy color: '#425915'

red 66 ◦ green 89 ◦ blue 21

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

Shades of Verdun Green #425915

Tints of Verdun Green #425915

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.57%

 BLUE value IS 21 (8.59% from 255) = 11.93%

R = 37.5%
G = 50.57%
B = 11.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#425915 (or 0x425915) is known color: Verdun Green. HEX triplet: 42, 59 and 15. RGB value is (66,89,21). Sum of RGB (Red+Green+Blue) = 66+89+21=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 89 (35.16% from 255 or 50.57% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 89 - color contains mainly: green. Hex color #425915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425915 is #BDA6EA. Grayscale: #4A4A4A. Windows color (decimal): -12429035 or 1399106. OLE color: 1399106.

HSL color Cylindrical-coordinate representation of color #425915: hue angle of 80.29º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #425915 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 89 21 -
CMYK 0.26 0 0.76 0.65
HSL 80.29º 0.62% 0.22% -
HSV(B) 80.29º 0.76% 0.35% -
XYZ 5.95 8.36 2.01 -
YUV 74.37 97.88 122.03 -
System Red Green Blue C M Y K H S L
Decimal 66 89 21 0.26 0 0.76 0.65 80.29 0.62 0.22
Hex 42 59 15 1A 0 4C 41 50 3E 16
Octal 102 131 25 32 0 114 101 120 76 26
Binary 1000010 1011001 10101 11010 0 1001100 1000001 1010000 111110 10110

Color Harmonies of #425915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425915

Black with #425915

Text Example


Text Example

White with #425915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425915; }

 p { color: rgb(66,89,21); }

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

background-color css

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

 a { background-color: rgb(66,89,21); }

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

border-color css

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

 span { border-color: rgb(66,89,21); }

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