Html Css Color HEX #485907 Verdun Green

📋 copy color: '#485907'

red 72 ◦ green 89 ◦ blue 7

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

Shades of Verdun Green #485907

Tints of Verdun Green #485907

RGB

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

 GREEN value IS 89 (35.16% from 255) = 52.98%

 BLUE value IS 7 (3.13% from 255) = 4.17%

R = 42.86%
G = 52.98%
B = 4.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.65

RGB Variations

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

Color information

#485907 (or 0x485907) is known color: Verdun Green. HEX triplet: 48, 59 and 07. RGB value is (72,89,7). Sum of RGB (Red+Green+Blue) = 72+89+7=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 89 (35.16% from 255 or 52.98% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 89 - color contains mainly: green. Hex color #485907 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485907 is #B7A6F8. Grayscale: #4A4A4A. Windows color (decimal): -12035833 or 481608. OLE color: 481608.

HSL color Cylindrical-coordinate representation of color #485907: hue angle of 72.44º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #485907 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 89 7 -
CMYK 0.19 0 0.92 0.65
HSL 72.44º 0.85% 0.19% -
HSV(B) 72.44º 0.92% 0.35% -
XYZ 6.28 8.54 1.52 -
YUV 74.57 89.87 126.17 -
System Red Green Blue C M Y K H S L
Decimal 72 89 7 0.19 0 0.92 0.65 72.44 0.85 0.19
Hex 48 59 7 13 0 5C 41 48 55 13
Octal 110 131 7 23 0 134 101 110 125 23
Binary 1001000 1011001 111 10011 0 1011100 1000001 1001000 1010101 10011

Color Harmonies of #485907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485907

Black with #485907

Text Example


Text Example

White with #485907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485907; }

 p { color: rgb(72,89,7); }

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

background-color css

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

 a { background-color: rgb(72,89,7); }

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

border-color css

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

 span { border-color: rgb(72,89,7); }

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