Html Css Color HEX #485402 Verdun Green

📋 copy color: '#485402'

red 72 ◦ green 84 ◦ blue 2

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

Shades of Verdun Green #485402

Tints of Verdun Green #485402

RGB

 RED value IS 72 (28.52% from 255) = 45.57%

 GREEN value IS 84 (33.2% from 255) = 53.16%

 BLUE value IS 2 (1.17% from 255) = 1.27%

R = 45.57%
G = 53.16%
B = 1.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#485402 (or 0x485402) is known color: Verdun Green. HEX triplet: 48, 54 and 02. RGB value is (72,84,2). Sum of RGB (Red+Green+Blue) = 72+84+2=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #485402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485402 is #B7ABFD. Grayscale: #474747. Windows color (decimal): -12037118 or 152648. OLE color: 152648.

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

Color convert

RGB 72 84 2 -
CMYK 0.14 0 0.98 0.67
HSL 68.78º 0.95% 0.17% -
HSV(B) 68.78º 0.98% 0.33% -
XYZ 5.85 7.72 1.24 -
YUV 71.06 89.02 128.67 -
System Red Green Blue C M Y K H S L
Decimal 72 84 2 0.14 0 0.98 0.67 68.78 0.95 0.17
Hex 48 54 2 E 0 62 43 45 5F 11
Octal 110 124 2 16 0 142 103 105 137 21
Binary 1001000 1010100 10 1110 0 1100010 1000011 1000101 1011111 10001

Color Harmonies of #485402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485402

Black with #485402

Text Example


Text Example

White with #485402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485402; }

 p { color: rgb(72,84,2); }

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

background-color css

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

 a { background-color: rgb(72,84,2); }

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

border-color css

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

 span { border-color: rgb(72,84,2); }

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