Html Css Color HEX #425101 Verdun Green

📋 copy color: '#425101'

red 66 ◦ green 81 ◦ blue 1

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

Shades of Verdun Green #425101

Tints of Verdun Green #425101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 44.59%
G = 54.73%
B = 0.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#425101 (or 0x425101) is known color: Verdun Green. HEX triplet: 42, 51 and 01. RGB value is (66,81,1). Sum of RGB (Red+Green+Blue) = 66+81+1=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 81 (32.03% from 255 or 54.73% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 81 - color contains mainly: green. Hex color #425101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425101 is #BDAEFE. Grayscale: #434343. Windows color (decimal): -12431103 or 86338. OLE color: 86338.

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

Color convert

RGB 66 81 1 -
CMYK 0.19 0 0.99 0.68
HSL 71.25º 0.98% 0.16% -
HSV(B) 71.25º 0.99% 0.32% -
XYZ 5.19 7.05 1.11 -
YUV 67.4 90.53 127 -
System Red Green Blue C M Y K H S L
Decimal 66 81 1 0.19 0 0.99 0.68 71.25 0.98 0.16
Hex 42 51 1 13 0 63 44 47 62 10
Octal 102 121 1 23 0 143 104 107 142 20
Binary 1000010 1010001 1 10011 0 1100011 1000100 1000111 1100010 10000

Color Harmonies of #425101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425101

Black with #425101

Text Example


Text Example

White with #425101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425101; }

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

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

background-color css

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

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

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

border-color css

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

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

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