Html Css Color HEX #425317 Verdun Green

📋 copy color: '#425317'

red 66 ◦ green 83 ◦ blue 23

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

Shades of Verdun Green #425317

Tints of Verdun Green #425317

RGB

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

 GREEN value IS 83 (32.81% from 255) = 48.26%

 BLUE value IS 23 (9.38% from 255) = 13.37%

R = 38.37%
G = 48.26%
B = 13.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#425317 (or 0x425317) is known color: Verdun Green. HEX triplet: 42, 53 and 17. RGB value is (66,83,23). Sum of RGB (Red+Green+Blue) = 66+83+23=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #425317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425317 is #BDACE8. Grayscale: #474747. Windows color (decimal): -12430569 or 1528642. OLE color: 1528642.

HSL color Cylindrical-coordinate representation of color #425317: hue angle of 77º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #425317 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 83 23 -
CMYK 0.20 0 0.72 0.67
HSL 77º 0.57% 0.21% -
HSV(B) 77º 0.72% 0.33% -
XYZ 5.49 7.41 1.95 -
YUV 71.08 100.87 124.38 -
System Red Green Blue C M Y K H S L
Decimal 66 83 23 0.20 0 0.72 0.67 77 0.57 0.21
Hex 42 53 17 14 0 48 43 4D 39 15
Octal 102 123 27 24 0 110 103 115 71 25
Binary 1000010 1010011 10111 10100 0 1001000 1000011 1001101 111001 10101

Color Harmonies of #425317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425317

Black with #425317

Text Example


Text Example

White with #425317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425317; }

 p { color: rgb(66,83,23); }

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

background-color css

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

 a { background-color: rgb(66,83,23); }

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

border-color css

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

 span { border-color: rgb(66,83,23); }

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