Html Css Color HEX #425316 Verdun Green

📋 copy color: '#425316'

red 66 ◦ green 83 ◦ blue 22

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

Shades of Verdun Green #425316

Tints of Verdun Green #425316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.87%

R = 38.6%
G = 48.54%
B = 12.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#425316 (or 0x425316) is known color: Verdun Green. HEX triplet: 42, 53 and 16. RGB value is (66,83,22). Sum of RGB (Red+Green+Blue) = 66+83+22=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #425316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425316 is #BDACE9. Grayscale: #474747. Windows color (decimal): -12430570 or 1463106. OLE color: 1463106.

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

Color convert

RGB 66 83 22 -
CMYK 0.20 0 0.73 0.67
HSL 76.72º 0.58% 0.21% -
HSV(B) 76.72º 0.73% 0.33% -
XYZ 5.48 7.4 1.9 -
YUV 70.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 66 83 22 0.20 0 0.73 0.67 76.72 0.58 0.21
Hex 42 53 16 14 0 49 43 4D 3A 15
Octal 102 123 26 24 0 111 103 115 72 25
Binary 1000010 1010011 10110 10100 0 1001001 1000011 1001101 111010 10101

Color Harmonies of #425316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425316

Black with #425316

Text Example


Text Example

White with #425316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425316; }

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

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

background-color css

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

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

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

border-color css

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

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

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