Html Css Color HEX #425510 Verdun Green

📋 copy color: '#425510'

red 66 ◦ green 85 ◦ blue 16

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

Shades of Verdun Green #425510

Tints of Verdun Green #425510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 50.9%

 BLUE value IS 16 (6.64% from 255) = 9.58%

R = 39.52%
G = 50.9%
B = 9.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#425510 (or 0x425510) is known color: Verdun Green. HEX triplet: 42, 55 and 10. RGB value is (66,85,16). Sum of RGB (Red+Green+Blue) = 66+85+16=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #425510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425510 is #BDAAEF. Grayscale: #474747. Windows color (decimal): -12430064 or 1070402. OLE color: 1070402.

HSL color Cylindrical-coordinate representation of color #425510: hue angle of 76.52º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #425510 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 85 16 -
CMYK 0.22 0 0.81 0.67
HSL 76.52º 0.68% 0.2% -
HSV(B) 76.52º 0.81% 0.33% -
XYZ 5.59 7.69 1.68 -
YUV 71.45 96.71 124.11 -
System Red Green Blue C M Y K H S L
Decimal 66 85 16 0.22 0 0.81 0.67 76.52 0.68 0.2
Hex 42 55 10 16 0 51 43 4D 44 14
Octal 102 125 20 26 0 121 103 115 104 24
Binary 1000010 1010101 10000 10110 0 1010001 1000011 1001101 1000100 10100

Color Harmonies of #425510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425510

Black with #425510

Text Example


Text Example

White with #425510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425510; }

 p { color: rgb(66,85,16); }

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

background-color css

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

 a { background-color: rgb(66,85,16); }

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

border-color css

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

 span { border-color: rgb(66,85,16); }

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