Html Css Color HEX #425710 Verdun Green

📋 copy color: '#425710'

red 66 ◦ green 87 ◦ blue 16

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

Shades of Verdun Green #425710

Tints of Verdun Green #425710

RGB

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

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

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

R = 39.05%
G = 51.48%
B = 9.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#425710 (or 0x425710) is known color: Verdun Green. HEX triplet: 42, 57 and 10. RGB value is (66,87,16). Sum of RGB (Red+Green+Blue) = 66+87+16=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 87 (34.38% from 255 or 51.48% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 87 - color contains mainly: green. Hex color #425710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425710 is #BDA8EF. Grayscale: #484848. Windows color (decimal): -12429552 or 1070914. OLE color: 1070914.

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

Color convert

RGB 66 87 16 -
CMYK 0.24 0 0.82 0.66
HSL 77.75º 0.69% 0.2% -
HSV(B) 77.75º 0.82% 0.34% -
XYZ 5.75 8.01 1.73 -
YUV 72.63 96.04 123.27 -
System Red Green Blue C M Y K H S L
Decimal 66 87 16 0.24 0 0.82 0.66 77.75 0.69 0.2
Hex 42 57 10 18 0 52 42 4E 45 14
Octal 102 127 20 30 0 122 102 116 105 24
Binary 1000010 1010111 10000 11000 0 1010010 1000010 1001110 1000101 10100

Color Harmonies of #425710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425710

Black with #425710

Text Example


Text Example

White with #425710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425710; }

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

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

background-color css

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

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

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

border-color css

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

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

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