Html Css Color HEX #425B13 Verdun Green

📋 copy color: '#425B13'

red 66 ◦ green 91 ◦ blue 19

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

Shades of Verdun Green #425B13

Tints of Verdun Green #425B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.8%

R = 37.5%
G = 51.7%
B = 10.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.79

 K value IS 0.64

RGB Variations

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

Color information

#425B13 (or 0x425B13) is known color: Verdun Green. HEX triplet: 42, 5B and 13. RGB value is (66,91,19). Sum of RGB (Red+Green+Blue) = 66+91+19=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 91 (35.94% from 255 or 51.70% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 91 - color contains mainly: green. Hex color #425B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425B13 is #BDA4EC. Grayscale: #4B4B4B. Windows color (decimal): -12428525 or 1268546. OLE color: 1268546.

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

Color convert

RGB 66 91 19 -
CMYK 0.27 0 0.79 0.64
HSL 80.83º 0.65% 0.22% -
HSV(B) 80.83º 0.79% 0.36% -
XYZ 6.11 8.69 1.97 -
YUV 75.32 96.22 121.35 -
System Red Green Blue C M Y K H S L
Decimal 66 91 19 0.27 0 0.79 0.64 80.83 0.65 0.22
Hex 42 5B 13 1B 0 4F 40 51 41 16
Octal 102 133 23 33 0 117 100 121 101 26
Binary 1000010 1011011 10011 11011 0 1001111 1000000 1010001 1000001 10110

Color Harmonies of #425B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425B13

Black with #425B13

Text Example


Text Example

White with #425B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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