Html Css Color HEX #485206 Verdun Green

📋 copy color: '#485206'

red 72 ◦ green 82 ◦ blue 6

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

Shades of Verdun Green #485206

Tints of Verdun Green #485206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.75%

R = 45%
G = 51.25%
B = 3.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#485206 (or 0x485206) is known color: Verdun Green. HEX triplet: 48, 52 and 06. RGB value is (72,82,6). Sum of RGB (Red+Green+Blue) = 72+82+6=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 82 (32.42% from 255 or 51.25% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 82 - color contains mainly: green. Hex color #485206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485206 is #B7ADF9. Grayscale: #464646. Windows color (decimal): -12037626 or 414280. OLE color: 414280.

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

Color convert

RGB 72 82 6 -
CMYK 0.12 0 0.93 0.68
HSL 67.89º 0.86% 0.17% -
HSV(B) 67.89º 0.93% 0.32% -
XYZ 5.72 7.43 1.3 -
YUV 70.35 91.69 129.18 -
System Red Green Blue C M Y K H S L
Decimal 72 82 6 0.12 0 0.93 0.68 67.89 0.86 0.17
Hex 48 52 6 C 0 5D 44 44 56 11
Octal 110 122 6 14 0 135 104 104 126 21
Binary 1001000 1010010 110 1100 0 1011101 1000100 1000100 1010110 10001

Color Harmonies of #485206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485206

Black with #485206

Text Example


Text Example

White with #485206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485206; }

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

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

background-color css

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

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

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

border-color css

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

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

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