Html Css Color HEX #53953A La Palma

📋 copy color: '#53953A'

red 83 ◦ green 149 ◦ blue 58

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

Shades of La Palma #53953A

Tints of La Palma #53953A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.38%

 BLUE value IS 58 (23.05% from 255) = 20%

R = 28.62%
G = 51.38%
B = 20%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#53953A (or 0x53953A) is known color: La Palma. HEX triplet: 53, 95 and 3A. RGB value is (83,149,58). Sum of RGB (Red+Green+Blue) = 83+149+58=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #53953A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53953A is #AC6AC5. Grayscale: #777777. Windows color (decimal): -11299526 or 3839315. OLE color: 3839315.

HSL color Cylindrical-coordinate representation of color #53953A: hue angle of 103.52º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53953A is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 149 58 -
CMYK 0.44 0 0.61 0.42
HSL 103.52º 0.44% 0.41% -
HSV(B) 103.52º 0.61% 0.58% -
XYZ 15.08 23.64 7.77 -
YUV 118.89 93.63 102.4 -
System Red Green Blue C M Y K H S L
Decimal 83 149 58 0.44 0 0.61 0.42 103.52 0.44 0.41
Hex 53 95 3A 2C 0 3D 2A 68 2C 29
Octal 123 225 72 54 0 75 52 150 54 51
Binary 1010011 10010101 111010 101100 0 111101 101010 1101000 101100 101001

Color Harmonies of #53953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53953A

Black with #53953A

Text Example


Text Example

White with #53953A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,149,58); }

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

background-color css

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

 a { background-color: rgb(83,149,58); }

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

border-color css

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

 span { border-color: rgb(83,149,58); }

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