Html Css Color HEX #485202 Verdun Green

📋 copy color: '#485202'

red 72 ◦ green 82 ◦ blue 2

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

Shades of Verdun Green #485202

Tints of Verdun Green #485202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 52.56%

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

R = 46.15%
G = 52.56%
B = 1.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#485202 (or 0x485202) is known color: Verdun Green. HEX triplet: 48, 52 and 02. RGB value is (72,82,2). Sum of RGB (Red+Green+Blue) = 72+82+2=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #485202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485202 is #B7ADFD. Grayscale: #464646. Windows color (decimal): -12037630 or 152136. OLE color: 152136.

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

Color convert

RGB 72 82 2 -
CMYK 0.12 0 0.98 0.68
HSL 67.5º 0.95% 0.16% -
HSV(B) 67.5º 0.98% 0.32% -
XYZ 5.7 7.42 1.19 -
YUV 69.89 89.69 129.5 -
System Red Green Blue C M Y K H S L
Decimal 72 82 2 0.12 0 0.98 0.68 67.5 0.95 0.16
Hex 48 52 2 C 0 62 44 44 5F 10
Octal 110 122 2 14 0 142 104 104 137 20
Binary 1001000 1010010 10 1100 0 1100010 1000100 1000100 1011111 10000

Color Harmonies of #485202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485202

Black with #485202

Text Example


Text Example

White with #485202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485202; }

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

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

background-color css

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

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

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

border-color css

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

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

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