Html Css Color HEX #48654C Nandor

📋 copy color: '#48654C'

red 72 ◦ green 101 ◦ blue 76

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

Shades of Nandor #48654C

Tints of Nandor #48654C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.52%

R = 28.92%
G = 40.56%
B = 30.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#48654C (or 0x48654C) is known color: Nandor. HEX triplet: 48, 65 and 4C. RGB value is (72,101,76). Sum of RGB (Red+Green+Blue) = 72+101+76=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 101 - color contains mainly: green. Hex color #48654C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48654C is #B79AB3. Grayscale: #595959. Windows color (decimal): -12032692 or 5006664. OLE color: 5006664.

HSL color Cylindrical-coordinate representation of color #48654C: hue angle of 128.28º 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 #48654C is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 101 76 -
CMYK 0.29 0 0.25 0.60
HSL 128.28º 0.17% 0.34% -
HSV(B) 128.28º 0.29% 0.4% -
XYZ 8.63 11.21 8.55 -
YUV 89.48 120.39 115.53 -
System Red Green Blue C M Y K H S L
Decimal 72 101 76 0.29 0 0.25 0.60 128.28 0.17 0.34
Hex 48 65 4C 1D 0 19 3C 80 11 22
Octal 110 145 114 35 0 31 74 200 21 42
Binary 1001000 1100101 1001100 11101 0 11001 111100 10000000 10001 100010

Color Harmonies of #48654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48654C

Black with #48654C

Text Example


Text Example

White with #48654C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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