Html Css Color HEX #425310 Verdun Green

📋 copy color: '#425310'

red 66 ◦ green 83 ◦ blue 16

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

Shades of Verdun Green #425310

Tints of Verdun Green #425310

RGB

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

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

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

R = 40%
G = 50.3%
B = 9.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#425310 (or 0x425310) is known color: Verdun Green. HEX triplet: 42, 53 and 10. RGB value is (66,83,16). Sum of RGB (Red+Green+Blue) = 66+83+16=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #425310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425310 is #BDACEF. Grayscale: #464646. Windows color (decimal): -12430576 or 1069890. OLE color: 1069890.

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

Color convert

RGB 66 83 16 -
CMYK 0.20 0 0.81 0.67
HSL 75.22º 0.68% 0.19% -
HSV(B) 75.22º 0.81% 0.33% -
XYZ 5.43 7.38 1.63 -
YUV 70.28 97.37 124.95 -
System Red Green Blue C M Y K H S L
Decimal 66 83 16 0.20 0 0.81 0.67 75.22 0.68 0.19
Hex 42 53 10 14 0 51 43 4B 44 13
Octal 102 123 20 24 0 121 103 113 104 23
Binary 1000010 1010011 10000 10100 0 1010001 1000011 1001011 1000100 10011

Color Harmonies of #425310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425310

Black with #425310

Text Example


Text Example

White with #425310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425310; }

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

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

background-color css

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

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

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

border-color css

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

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

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