Html Css Color HEX #48694A Nandor

📋 copy color: '#48694A'

red 72 ◦ green 105 ◦ blue 74

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

Shades of Nandor #48694A

Tints of Nandor #48694A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.83%

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

R = 28.69%
G = 41.83%
B = 29.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#48694A (or 0x48694A) is known color: Nandor. HEX triplet: 48, 69 and 4A. RGB value is (72,105,74). Sum of RGB (Red+Green+Blue) = 72+105+74=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #48694A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48694A is #B796B5. Grayscale: #5B5B5B. Windows color (decimal): -12031670 or 4876616. OLE color: 4876616.

HSL color Cylindrical-coordinate representation of color #48694A: hue angle of 123.64º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #48694A is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 74 -
CMYK 0.31 0 0.30 0.59
HSL 123.64º 0.19% 0.35% -
HSV(B) 123.64º 0.31% 0.41% -
XYZ 8.96 11.98 8.32 -
YUV 91.6 118.07 114.02 -
System Red Green Blue C M Y K H S L
Decimal 72 105 74 0.31 0 0.30 0.59 123.64 0.19 0.35
Hex 48 69 4A 1F 0 1E 3B 7C 13 23
Octal 110 151 112 37 0 36 73 174 23 43
Binary 1001000 1101001 1001010 11111 0 11110 111011 1111100 10011 100011

Color Harmonies of #48694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48694A

Black with #48694A

Text Example


Text Example

White with #48694A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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