Html Css Color HEX #485306 Verdun Green

📋 copy color: '#485306'

red 72 ◦ green 83 ◦ blue 6

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

Shades of Verdun Green #485306

Tints of Verdun Green #485306

RGB

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

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

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

R = 44.72%
G = 51.55%
B = 3.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#485306 (or 0x485306) is known color: Verdun Green. HEX triplet: 48, 53 and 06. RGB value is (72,83,6). Sum of RGB (Red+Green+Blue) = 72+83+6=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #485306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485306 is #B7ACF9. Grayscale: #474747. Windows color (decimal): -12037370 or 414536. OLE color: 414536.

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

Color convert

RGB 72 83 6 -
CMYK 0.13 0 0.93 0.67
HSL 68.57º 0.87% 0.17% -
HSV(B) 68.57º 0.93% 0.33% -
XYZ 5.8 7.58 1.33 -
YUV 70.93 91.36 128.76 -
System Red Green Blue C M Y K H S L
Decimal 72 83 6 0.13 0 0.93 0.67 68.57 0.87 0.17
Hex 48 53 6 D 0 5D 43 45 57 11
Octal 110 123 6 15 0 135 103 105 127 21
Binary 1001000 1010011 110 1101 0 1011101 1000011 1000101 1010111 10001

Color Harmonies of #485306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485306

Black with #485306

Text Example


Text Example

White with #485306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485306; }

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

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

background-color css

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

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

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

border-color css

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

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

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