Html Css Color HEX #48634C Nandor

📋 copy color: '#48634C'

red 72 ◦ green 99 ◦ blue 76

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

Shades of Nandor #48634C

Tints of Nandor #48634C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.08%

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

R = 29.15%
G = 40.08%
B = 30.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#48634C (or 0x48634C) is known color: Nandor. HEX triplet: 48, 63 and 4C. RGB value is (72,99,76). Sum of RGB (Red+Green+Blue) = 72+99+76=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 99 - color contains mainly: green. Hex color #48634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48634C is #B79CB3. Grayscale: #585858. Windows color (decimal): -12033204 or 5006152. OLE color: 5006152.

HSL color Cylindrical-coordinate representation of color #48634C: hue angle of 128.89º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #48634C is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 99 76 -
CMYK 0.27 0 0.23 0.61
HSL 128.89º 0.16% 0.34% -
HSV(B) 128.89º 0.27% 0.39% -
XYZ 8.44 10.82 8.48 -
YUV 88.31 121.05 116.37 -
System Red Green Blue C M Y K H S L
Decimal 72 99 76 0.27 0 0.23 0.61 128.89 0.16 0.34
Hex 48 63 4C 1B 0 17 3D 81 10 22
Octal 110 143 114 33 0 27 75 201 20 42
Binary 1001000 1100011 1001100 11011 0 10111 111101 10000001 10000 100010

Color Harmonies of #48634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48634C

Black with #48634C

Text Example


Text Example

White with #48634C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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