Html Css Color HEX #484802 Verdun Green

📋 copy color: '#484802'

red 72 ◦ green 72 ◦ blue 2

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

Shades of Verdun Green #484802

Tints of Verdun Green #484802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 49.32%

 BLUE value IS 2 (1.17% from 255) = 1.37%

R = 49.32%
G = 49.32%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#484802 (or 0x484802) is known color: Verdun Green. HEX triplet: 48, 48 and 02. RGB value is (72,72,2). Sum of RGB (Red+Green+Blue) = 72+72+2=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484802 is #B7B7FD. Grayscale: #404040. Windows color (decimal): -12040190 or 149576. OLE color: 149576.

HSL color Cylindrical-coordinate representation of color #484802: hue angle of 60º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #484802 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 72 2 -
CMYK 0 0 0.97 0.72
HSL 60º 0.95% 0.15% -
HSV(B) 60º 0.97% 0.28% -
XYZ 5 6.02 0.96 -
YUV 64.02 93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 72 72 2 0 0 0.97 0.72 60 0.95 0.15
Hex 48 48 2 0 0 61 48 3C 5F F
Octal 110 110 2 0 0 141 110 74 137 17
Binary 1001000 1001000 10 0 0 1100001 1001000 111100 1011111 1111

Color Harmonies of #484802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484802

Black with #484802

Text Example


Text Example

White with #484802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484802; }

 p { color: rgb(72,72,2); }

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

background-color css

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

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

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

border-color css

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

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

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