Html Css Color HEX #485302 Verdun Green

📋 copy color: '#485302'

red 72 ◦ green 83 ◦ blue 2

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

Shades of Verdun Green #485302

Tints of Verdun Green #485302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 52.87%

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

R = 45.86%
G = 52.87%
B = 1.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#485302 (or 0x485302) is known color: Verdun Green. HEX triplet: 48, 53 and 02. RGB value is (72,83,2). Sum of RGB (Red+Green+Blue) = 72+83+2=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #485302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485302 is #B7ACFD. Grayscale: #464646. Windows color (decimal): -12037374 or 152392. OLE color: 152392.

HSL color Cylindrical-coordinate representation of color #485302: hue angle of 68.15º 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 #485302 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 83 2 -
CMYK 0.13 0 0.98 0.67
HSL 68.15º 0.95% 0.17% -
HSV(B) 68.15º 0.98% 0.33% -
XYZ 5.78 7.57 1.21 -
YUV 70.48 89.36 129.09 -
System Red Green Blue C M Y K H S L
Decimal 72 83 2 0.13 0 0.98 0.67 68.15 0.95 0.17
Hex 48 53 2 D 0 62 43 44 5F 11
Octal 110 123 2 15 0 142 103 104 137 21
Binary 1001000 1010011 10 1101 0 1100010 1000011 1000100 1011111 10001

Color Harmonies of #485302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485302

Black with #485302

Text Example


Text Example

White with #485302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485302; }

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

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

background-color css

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

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

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

border-color css

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

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

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