Html Css Color HEX #425003 Verdun Green

📋 copy color: '#425003'

red 66 ◦ green 80 ◦ blue 3

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

Shades of Verdun Green #425003

Tints of Verdun Green #425003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 53.69%

 BLUE value IS 3 (1.56% from 255) = 2.01%

R = 44.3%
G = 53.69%
B = 2.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#425003 (or 0x425003) is known color: Verdun Green. HEX triplet: 42, 50 and 03. RGB value is (66,80,3). Sum of RGB (Red+Green+Blue) = 66+80+3=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #425003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425003 is #BDAFFC. Grayscale: #434343. Windows color (decimal): -12431357 or 217154. OLE color: 217154.

HSL color Cylindrical-coordinate representation of color #425003: hue angle of 70.91º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #425003 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 80 3 -
CMYK 0.17 0 0.96 0.69
HSL 70.91º 0.93% 0.16% -
HSV(B) 70.91º 0.96% 0.31% -
XYZ 5.13 6.9 1.15 -
YUV 67.04 91.86 127.26 -
System Red Green Blue C M Y K H S L
Decimal 66 80 3 0.17 0 0.96 0.69 70.91 0.93 0.16
Hex 42 50 3 11 0 60 45 47 5D 10
Octal 102 120 3 21 0 140 105 107 135 20
Binary 1000010 1010000 11 10001 0 1100000 1000101 1000111 1011101 10000

Color Harmonies of #425003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425003

Black with #425003

Text Example


Text Example

White with #425003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425003; }

 p { color: rgb(66,80,3); }

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

background-color css

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

 a { background-color: rgb(66,80,3); }

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

border-color css

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

 span { border-color: rgb(66,80,3); }

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