Html Css Color HEX #485807 Verdun Green

📋 copy color: '#485807'

red 72 ◦ green 88 ◦ blue 7

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

Shades of Verdun Green #485807

Tints of Verdun Green #485807

RGB

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

 GREEN value IS 88 (34.77% from 255) = 52.69%

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

R = 43.11%
G = 52.69%
B = 4.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.65

RGB Variations

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

Color information

#485807 (or 0x485807) is known color: Verdun Green. HEX triplet: 48, 58 and 07. RGB value is (72,88,7). Sum of RGB (Red+Green+Blue) = 72+88+7=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 88 (34.77% from 255 or 52.69% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 88 - color contains mainly: green. Hex color #485807 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485807 is #B7A7F8. Grayscale: #4A4A4A. Windows color (decimal): -12036089 or 481352. OLE color: 481352.

HSL color Cylindrical-coordinate representation of color #485807: hue angle of 71.85º 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 #485807 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 88 7 -
CMYK 0.18 0 0.92 0.65
HSL 71.85º 0.85% 0.19% -
HSV(B) 71.85º 0.92% 0.35% -
XYZ 6.2 8.37 1.49 -
YUV 73.98 90.2 126.59 -
System Red Green Blue C M Y K H S L
Decimal 72 88 7 0.18 0 0.92 0.65 71.85 0.85 0.19
Hex 48 58 7 12 0 5C 41 48 55 13
Octal 110 130 7 22 0 134 101 110 125 23
Binary 1001000 1011000 111 10010 0 1011100 1000001 1001000 1010101 10011

Color Harmonies of #485807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485807

Black with #485807

Text Example


Text Example

White with #485807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485807; }

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

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

background-color css

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

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

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

border-color css

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

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

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