Html Css Color HEX #484E10 Verdun Green

📋 copy color: '#484E10'

red 72 ◦ green 78 ◦ blue 16

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

Shades of Verdun Green #484E10

Tints of Verdun Green #484E10

RGB

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

 GREEN value IS 78 (30.86% from 255) = 46.99%

 BLUE value IS 16 (6.64% from 255) = 9.64%

R = 43.37%
G = 46.99%
B = 9.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#484E10 (or 0x484E10) is known color: Verdun Green. HEX triplet: 48, 4E and 10. RGB value is (72,78,16). Sum of RGB (Red+Green+Blue) = 72+78+16=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 78 (30.86% from 255 or 46.99% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 78 - color contains mainly: green. Hex color #484E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #484E10 is #B7B1EF. Grayscale: #454545. Windows color (decimal): -12038640 or 1068616. OLE color: 1068616.

HSL color Cylindrical-coordinate representation of color #484E10: hue angle of 65.81º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #484E10 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 78 16 -
CMYK 0.08 0 0.79 0.69
HSL 65.81º 0.66% 0.18% -
HSV(B) 65.81º 0.79% 0.31% -
XYZ 5.49 6.86 1.53 -
YUV 69.14 98.01 130.04 -
System Red Green Blue C M Y K H S L
Decimal 72 78 16 0.08 0 0.79 0.69 65.81 0.66 0.18
Hex 48 4E 10 8 0 4F 45 42 42 12
Octal 110 116 20 10 0 117 105 102 102 22
Binary 1001000 1001110 10000 1000 0 1001111 1000101 1000010 1000010 10010

Color Harmonies of #484E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484E10

Black with #484E10

Text Example


Text Example

White with #484E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484E10; }

 p { color: rgb(72,78,16); }

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

background-color css

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

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

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

border-color css

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

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

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