Html Css Color HEX #425C07 Verdun Green

📋 copy color: '#425C07'

red 66 ◦ green 92 ◦ blue 7

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

Shades of Verdun Green #425C07

Tints of Verdun Green #425C07

RGB

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

 GREEN value IS 92 (36.33% from 255) = 55.76%

 BLUE value IS 7 (3.13% from 255) = 4.24%

R = 40%
G = 55.76%
B = 4.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.64

RGB Variations

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

Color information

#425C07 (or 0x425C07) is known color: Verdun Green. HEX triplet: 42, 5C and 07. RGB value is (66,92,7). Sum of RGB (Red+Green+Blue) = 66+92+7=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 92 (36.33% from 255 or 55.76% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 92 - color contains mainly: green. Hex color #425C07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425C07 is #BDA3F8. Grayscale: #4A4A4A. Windows color (decimal): -12428281 or 482370. OLE color: 482370.

HSL color Cylindrical-coordinate representation of color #425C07: hue angle of 78.35º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #425C07 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 92 7 -
CMYK 0.28 0 0.92 0.64
HSL 78.35º 0.86% 0.19% -
HSV(B) 78.35º 0.92% 0.36% -
XYZ 6.11 8.83 1.58 -
YUV 74.54 89.89 121.91 -
System Red Green Blue C M Y K H S L
Decimal 66 92 7 0.28 0 0.92 0.64 78.35 0.86 0.19
Hex 42 5C 7 1C 0 5C 40 4E 56 13
Octal 102 134 7 34 0 134 100 116 126 23
Binary 1000010 1011100 111 11100 0 1011100 1000000 1001110 1010110 10011

Color Harmonies of #425C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C07

Black with #425C07

Text Example


Text Example

White with #425C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425C07; }

 p { color: rgb(66,92,7); }

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

background-color css

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

 a { background-color: rgb(66,92,7); }

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

border-color css

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

 span { border-color: rgb(66,92,7); }

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