Html Css Color HEX #425504 Verdun Green

📋 copy color: '#425504'

red 66 ◦ green 85 ◦ blue 4

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

Shades of Verdun Green #425504

Tints of Verdun Green #425504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 54.84%

 BLUE value IS 4 (1.95% from 255) = 2.58%

R = 42.58%
G = 54.84%
B = 2.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#425504 (or 0x425504) is known color: Verdun Green. HEX triplet: 42, 55 and 04. RGB value is (66,85,4). Sum of RGB (Red+Green+Blue) = 66+85+4=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #425504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425504 is #BDAAFB. Grayscale: #464646. Windows color (decimal): -12430076 or 283970. OLE color: 283970.

HSL color Cylindrical-coordinate representation of color #425504: hue angle of 74.07º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #425504 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 85 4 -
CMYK 0.22 0 0.95 0.67
HSL 74.07º 0.91% 0.17% -
HSV(B) 74.07º 0.95% 0.33% -
XYZ 5.52 7.66 1.3 -
YUV 70.09 90.71 125.09 -
System Red Green Blue C M Y K H S L
Decimal 66 85 4 0.22 0 0.95 0.67 74.07 0.91 0.17
Hex 42 55 4 16 0 5F 43 4A 5B 11
Octal 102 125 4 26 0 137 103 112 133 21
Binary 1000010 1010101 100 10110 0 1011111 1000011 1001010 1011011 10001

Color Harmonies of #425504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425504

Black with #425504

Text Example


Text Example

White with #425504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425504; }

 p { color: rgb(66,85,4); }

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

background-color css

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

 a { background-color: rgb(66,85,4); }

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

border-color css

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

 span { border-color: rgb(66,85,4); }

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