Html Css Color HEX #536952 Nandor

📋 copy color: '#536952'

red 83 ◦ green 105 ◦ blue 82

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

Shades of Nandor #536952

Tints of Nandor #536952

RGB

 RED value IS 83 (32.81% from 255) = 30.74%

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

 BLUE value IS 82 (32.42% from 255) = 30.37%

R = 30.74%
G = 38.89%
B = 30.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#536952 (or 0x536952) is known color: Nandor. HEX triplet: 53, 69 and 52. RGB value is (83,105,82). Sum of RGB (Red+Green+Blue) = 83+105+82=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #536952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536952 is #AC96AD. Grayscale: #5F5F5F. Windows color (decimal): -11310766 or 5400915. OLE color: 5400915.

HSL color Cylindrical-coordinate representation of color #536952: hue angle of 117.39º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #536952 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 105 82 -
CMYK 0.21 0 0.22 0.59
HSL 117.39º 0.12% 0.37% -
HSV(B) 117.39º 0.22% 0.41% -
XYZ 10.14 12.55 9.87 -
YUV 95.8 120.21 118.87 -
System Red Green Blue C M Y K H S L
Decimal 83 105 82 0.21 0 0.22 0.59 117.39 0.12 0.37
Hex 53 69 52 15 0 16 3B 75 C 25
Octal 123 151 122 25 0 26 73 165 14 45
Binary 1010011 1101001 1010010 10101 0 10110 111011 1110101 1100 100101

Color Harmonies of #536952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536952

Black with #536952

Text Example


Text Example

White with #536952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536952; }

 p { color: rgb(83,105,82); }

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

background-color css

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

 a { background-color: rgb(83,105,82); }

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

border-color css

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

 span { border-color: rgb(83,105,82); }

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