Html Css Color HEX #425713 Verdun Green

📋 copy color: '#425713'

red 66 ◦ green 87 ◦ blue 19

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

Shades of Verdun Green #425713

Tints of Verdun Green #425713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 50.58%

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

R = 38.37%
G = 50.58%
B = 11.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#425713 (or 0x425713) is known color: Verdun Green. HEX triplet: 42, 57 and 13. RGB value is (66,87,19). Sum of RGB (Red+Green+Blue) = 66+87+19=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 87 (34.38% from 255 or 50.58% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 87 - color contains mainly: green. Hex color #425713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425713 is #BDA8EC. Grayscale: #494949. Windows color (decimal): -12429549 or 1267522. OLE color: 1267522.

HSL color Cylindrical-coordinate representation of color #425713: hue angle of 78.53º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #425713 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 87 19 -
CMYK 0.24 0 0.78 0.66
HSL 78.53º 0.64% 0.21% -
HSV(B) 78.53º 0.78% 0.34% -
XYZ 5.77 8.02 1.86 -
YUV 72.97 97.54 123.03 -
System Red Green Blue C M Y K H S L
Decimal 66 87 19 0.24 0 0.78 0.66 78.53 0.64 0.21
Hex 42 57 13 18 0 4E 42 4F 40 15
Octal 102 127 23 30 0 116 102 117 100 25
Binary 1000010 1010111 10011 11000 0 1001110 1000010 1001111 1000000 10101

Color Harmonies of #425713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425713

Black with #425713

Text Example


Text Example

White with #425713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425713; }

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

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

background-color css

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

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

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

border-color css

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

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

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