Html Css Color HEX #425800 Verdun Green

📋 copy color: '#425800'

red 66 ◦ green 88 ◦ blue 0

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

Shades of Verdun Green #425800

Tints of Verdun Green #425800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 57.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.86%
G = 57.14%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#425800 (or 0x425800) is known color: Verdun Green. HEX triplet: 42, 58 and 00. RGB value is (66,88,0). Sum of RGB (Red+Green+Blue) = 66+88+0=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 88 (34.77% from 255 or 57.14% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 88 - color contains mainly: green. Hex color #425800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425800 is #BDA7FF. Grayscale: #474747. Windows color (decimal): -12429312 or 22594. OLE color: 22594.

HSL color Cylindrical-coordinate representation of color #425800: hue angle of 75º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #425800 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 88 0 -
CMYK 0.25 0 1 0.65
HSL 75º 1% 0.17% -
HSV(B) 75º 1% 0.35% -
XYZ 5.74 8.14 1.27 -
YUV 71.39 87.71 124.16 -
System Red Green Blue C M Y K H S L
Decimal 66 88 0 0.25 0 1 0.65 75 1 0.17
Hex 42 58 0 19 0 64 41 4B 64 11
Octal 102 130 0 31 0 144 101 113 144 21
Binary 1000010 1011000 0 11001 0 1100100 1000001 1001011 1100100 10001

Color Harmonies of #425800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425800

Black with #425800

Text Example


Text Example

White with #425800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425800; }

 p { color: rgb(66,88,0); }

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

background-color css

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

 a { background-color: rgb(66,88,0); }

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

border-color css

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

 span { border-color: rgb(66,88,0); }

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