Html Css Color HEX #48614A Nandor

📋 copy color: '#48614A'

red 72 ◦ green 97 ◦ blue 74

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

Shades of Nandor #48614A

Tints of Nandor #48614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.92%

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

R = 29.63%
G = 39.92%
B = 30.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#48614A (or 0x48614A) is known color: Nandor. HEX triplet: 48, 61 and 4A. RGB value is (72,97,74). Sum of RGB (Red+Green+Blue) = 72+97+74=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #48614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48614A is #B79EB5. Grayscale: #565656. Windows color (decimal): -12033718 or 4874568. OLE color: 4874568.

HSL color Cylindrical-coordinate representation of color #48614A: hue angle of 124.8º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #48614A is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 97 74 -
CMYK 0.26 0 0.24 0.62
HSL 124.8º 0.15% 0.33% -
HSV(B) 124.8º 0.26% 0.38% -
XYZ 8.18 10.42 8.06 -
YUV 86.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 72 97 74 0.26 0 0.24 0.62 124.8 0.15 0.33
Hex 48 61 4A 1A 0 18 3E 7D F 21
Octal 110 141 112 32 0 30 76 175 17 41
Binary 1001000 1100001 1001010 11010 0 11000 111110 1111101 1111 100001

Color Harmonies of #48614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48614A

Black with #48614A

Text Example


Text Example

White with #48614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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