Html Css Color HEX #425104 Verdun Green

📋 copy color: '#425104'

red 66 ◦ green 81 ◦ blue 4

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

Shades of Verdun Green #425104

Tints of Verdun Green #425104

RGB

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

 GREEN value IS 81 (32.03% from 255) = 53.64%

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

R = 43.71%
G = 53.64%
B = 2.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#425104 (or 0x425104) is known color: Verdun Green. HEX triplet: 42, 51 and 04. RGB value is (66,81,4). Sum of RGB (Red+Green+Blue) = 66+81+4=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 81 (32.03% from 255 or 53.64% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 81 - color contains mainly: green. Hex color #425104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425104 is #BDAEFB. Grayscale: #444444. Windows color (decimal): -12431100 or 282946. OLE color: 282946.

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

Color convert

RGB 66 81 4 -
CMYK 0.19 0 0.95 0.68
HSL 71.69º 0.91% 0.17% -
HSV(B) 71.69º 0.95% 0.32% -
XYZ 5.21 7.05 1.2 -
YUV 67.74 92.03 126.76 -
System Red Green Blue C M Y K H S L
Decimal 66 81 4 0.19 0 0.95 0.68 71.69 0.91 0.17
Hex 42 51 4 13 0 5F 44 48 5B 11
Octal 102 121 4 23 0 137 104 110 133 21
Binary 1000010 1010001 100 10011 0 1011111 1000100 1001000 1011011 10001

Color Harmonies of #425104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425104

Black with #425104

Text Example


Text Example

White with #425104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425104; }

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

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

background-color css

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

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

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

border-color css

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

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

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