Html Css Color HEX #425B15 Verdun Green

📋 copy color: '#425B15'

red 66 ◦ green 91 ◦ blue 21

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

Shades of Verdun Green #425B15

Tints of Verdun Green #425B15

RGB

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

 GREEN value IS 91 (35.94% from 255) = 51.12%

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

R = 37.08%
G = 51.12%
B = 11.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.64

RGB Variations

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

Color information

#425B15 (or 0x425B15) is known color: Verdun Green. HEX triplet: 42, 5B and 15. RGB value is (66,91,21). Sum of RGB (Red+Green+Blue) = 66+91+21=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 91 (35.94% from 255 or 51.12% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 91 - color contains mainly: green. Hex color #425B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425B15 is #BDA4EA. Grayscale: #4B4B4B. Windows color (decimal): -12428523 or 1399618. OLE color: 1399618.

HSL color Cylindrical-coordinate representation of color #425B15: hue angle of 81.43º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #425B15 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 91 21 -
CMYK 0.27 0 0.77 0.64
HSL 81.43º 0.63% 0.22% -
HSV(B) 81.43º 0.77% 0.36% -
XYZ 6.12 8.69 2.06 -
YUV 75.55 97.22 121.19 -
System Red Green Blue C M Y K H S L
Decimal 66 91 21 0.27 0 0.77 0.64 81.43 0.63 0.22
Hex 42 5B 15 1B 0 4D 40 51 3E 16
Octal 102 133 25 33 0 115 100 121 76 26
Binary 1000010 1011011 10101 11011 0 1001101 1000000 1010001 111110 10110

Color Harmonies of #425B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425B15

Black with #425B15

Text Example


Text Example

White with #425B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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