Html Css Color HEX #48640A Verdun Green

📋 copy color: '#48640A'

red 72 ◦ green 100 ◦ blue 10

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

Shades of Verdun Green #48640A

Tints of Verdun Green #48640A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 54.95%

 BLUE value IS 10 (4.3% from 255) = 5.49%

R = 39.56%
G = 54.95%
B = 5.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#48640A (or 0x48640A) is known color: Verdun Green. HEX triplet: 48, 64 and 0A. RGB value is (72,100,10). Sum of RGB (Red+Green+Blue) = 72+100+10=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 100 (39.45% from 255 or 54.95% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 100 - color contains mainly: green. Hex color #48640A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48640A is #B79BF5. Grayscale: #515151. Windows color (decimal): -12033014 or 681032. OLE color: 681032.

HSL color Cylindrical-coordinate representation of color #48640A: hue angle of 78.67º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48640A is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 100 10 -
CMYK 0.28 0 0.90 0.61
HSL 78.67º 0.82% 0.22% -
HSV(B) 78.67º 0.9% 0.39% -
XYZ 7.28 10.51 1.93 -
YUV 81.37 87.72 121.32 -
System Red Green Blue C M Y K H S L
Decimal 72 100 10 0.28 0 0.90 0.61 78.67 0.82 0.22
Hex 48 64 A 1C 0 5A 3D 4F 52 16
Octal 110 144 12 34 0 132 75 117 122 26
Binary 1001000 1100100 1010 11100 0 1011010 111101 1001111 1010010 10110

Color Harmonies of #48640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48640A

Black with #48640A

Text Example


Text Example

White with #48640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48640A; }

 p { color: rgb(72,100,10); }

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

background-color css

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

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

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

border-color css

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

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

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