Html Css Color HEX #485504 Verdun Green

📋 copy color: '#485504'

red 72 ◦ green 85 ◦ blue 4

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

Shades of Verdun Green #485504

Tints of Verdun Green #485504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 52.8%

 BLUE value IS 4 (1.95% from 255) = 2.48%

R = 44.72%
G = 52.8%
B = 2.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#485504 (or 0x485504) is known color: Verdun Green. HEX triplet: 48, 55 and 04. RGB value is (72,85,4). Sum of RGB (Red+Green+Blue) = 72+85+4=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #485504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485504 is #B7AAFB. Grayscale: #484848. Windows color (decimal): -12036860 or 283976. OLE color: 283976.

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

Color convert

RGB 72 85 4 -
CMYK 0.15 0 0.95 0.67
HSL 69.63º 0.91% 0.17% -
HSV(B) 69.63º 0.95% 0.33% -
XYZ 5.94 7.88 1.32 -
YUV 71.88 89.69 128.09 -
System Red Green Blue C M Y K H S L
Decimal 72 85 4 0.15 0 0.95 0.67 69.63 0.91 0.17
Hex 48 55 4 F 0 5F 43 46 5B 11
Octal 110 125 4 17 0 137 103 106 133 21
Binary 1001000 1010101 100 1111 0 1011111 1000011 1000110 1011011 10001

Color Harmonies of #485504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485504

Black with #485504

Text Example


Text Example

White with #485504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485504; }

 p { color: rgb(72,85,4); }

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

background-color css

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

 a { background-color: rgb(72,85,4); }

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

border-color css

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

 span { border-color: rgb(72,85,4); }

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