Html Css Color HEX #425C14 Verdun Green

📋 copy color: '#425C14'

red 66 ◦ green 92 ◦ blue 20

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

Shades of Verdun Green #425C14

Tints of Verdun Green #425C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.24%

R = 37.08%
G = 51.69%
B = 11.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#425C14 (or 0x425C14) is known color: Verdun Green. HEX triplet: 42, 5C and 14. RGB value is (66,92,20). Sum of RGB (Red+Green+Blue) = 66+92+20=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 92 (36.33% from 255 or 51.69% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 92 - color contains mainly: green. Hex color #425C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425C14 is #BDA3EB. Grayscale: #4C4C4C. Windows color (decimal): -12428268 or 1334338. OLE color: 1334338.

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

Color convert

RGB 66 92 20 -
CMYK 0.28 0 0.78 0.64
HSL 81.67º 0.64% 0.22% -
HSV(B) 81.67º 0.78% 0.36% -
XYZ 6.2 8.86 2.05 -
YUV 76.02 96.39 120.85 -
System Red Green Blue C M Y K H S L
Decimal 66 92 20 0.28 0 0.78 0.64 81.67 0.64 0.22
Hex 42 5C 14 1C 0 4E 40 52 40 16
Octal 102 134 24 34 0 116 100 122 100 26
Binary 1000010 1011100 10100 11100 0 1001110 1000000 1010010 1000000 10110

Color Harmonies of #425C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425C14

Black with #425C14

Text Example


Text Example

White with #425C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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