Html Css Color HEX #485305 Verdun Green

📋 copy color: '#485305'

red 72 ◦ green 83 ◦ blue 5

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

Shades of Verdun Green #485305

Tints of Verdun Green #485305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.13%

R = 45%
G = 51.88%
B = 3.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#485305 (or 0x485305) is known color: Verdun Green. HEX triplet: 48, 53 and 05. RGB value is (72,83,5). Sum of RGB (Red+Green+Blue) = 72+83+5=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #485305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485305 is #B7ACFA. Grayscale: #474747. Windows color (decimal): -12037371 or 349000. OLE color: 349000.

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

Color convert

RGB 72 83 5 -
CMYK 0.13 0 0.94 0.67
HSL 68.46º 0.89% 0.17% -
HSV(B) 68.46º 0.94% 0.33% -
XYZ 5.79 7.58 1.3 -
YUV 70.82 90.86 128.84 -
System Red Green Blue C M Y K H S L
Decimal 72 83 5 0.13 0 0.94 0.67 68.46 0.89 0.17
Hex 48 53 5 D 0 5E 43 44 59 11
Octal 110 123 5 15 0 136 103 104 131 21
Binary 1001000 1010011 101 1101 0 1011110 1000011 1000100 1011001 10001

Color Harmonies of #485305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485305

Black with #485305

Text Example


Text Example

White with #485305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485305; }

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

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

background-color css

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

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

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

border-color css

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

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

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