Html Css Color HEX #48654A Nandor

📋 copy color: '#48654A'

red 72 ◦ green 101 ◦ blue 74

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

Shades of Nandor #48654A

Tints of Nandor #48654A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.89%

 BLUE value IS 74 (29.3% from 255) = 29.96%

R = 29.15%
G = 40.89%
B = 29.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#48654A (or 0x48654A) is known color: Nandor. HEX triplet: 48, 65 and 4A. RGB value is (72,101,74). Sum of RGB (Red+Green+Blue) = 72+101+74=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 101 - color contains mainly: green. Hex color #48654A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48654A is #B79AB5. Grayscale: #595959. Windows color (decimal): -12032694 or 4875592. OLE color: 4875592.

HSL color Cylindrical-coordinate representation of color #48654A: hue angle of 124.14º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48654A is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 101 74 -
CMYK 0.29 0 0.27 0.60
HSL 124.14º 0.17% 0.34% -
HSV(B) 124.14º 0.29% 0.4% -
XYZ 8.56 11.18 8.19 -
YUV 89.25 119.39 115.7 -
System Red Green Blue C M Y K H S L
Decimal 72 101 74 0.29 0 0.27 0.60 124.14 0.17 0.34
Hex 48 65 4A 1D 0 1B 3C 7C 11 22
Octal 110 145 112 35 0 33 74 174 21 42
Binary 1001000 1100101 1001010 11101 0 11011 111100 1111100 10001 100010

Color Harmonies of #48654A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48654A

Black with #48654A

Text Example


Text Example

White with #48654A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,101,74); }

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

background-color css

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

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

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

border-color css

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

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

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