Html Css Color HEX #53983C La Palma

📋 copy color: '#53983C'

red 83 ◦ green 152 ◦ blue 60

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

Shades of La Palma #53983C

Tints of La Palma #53983C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.53%

 BLUE value IS 60 (23.83% from 255) = 20.34%

R = 28.14%
G = 51.53%
B = 20.34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#53983C (or 0x53983C) is known color: La Palma. HEX triplet: 53, 98 and 3C. RGB value is (83,152,60). Sum of RGB (Red+Green+Blue) = 83+152+60=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #53983C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53983C is #AC67C3. Grayscale: #797979. Windows color (decimal): -11298756 or 3971155. OLE color: 3971155.

HSL color Cylindrical-coordinate representation of color #53983C: hue angle of 105º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53983C is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 152 60 -
CMYK 0.45 0 0.61 0.40
HSL 105º 0.43% 0.42% -
HSV(B) 105º 0.61% 0.6% -
XYZ 15.61 24.62 8.2 -
YUV 120.88 93.64 100.98 -
System Red Green Blue C M Y K H S L
Decimal 83 152 60 0.45 0 0.61 0.40 105 0.43 0.42
Hex 53 98 3C 2D 0 3D 28 69 2B 2A
Octal 123 230 74 55 0 75 50 151 53 52
Binary 1010011 10011000 111100 101101 0 111101 101000 1101001 101011 101010

Color Harmonies of #53983C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53983C

Black with #53983C

Text Example


Text Example

White with #53983C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,152,60); }

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

background-color css

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

 a { background-color: rgb(83,152,60); }

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

border-color css

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

 span { border-color: rgb(83,152,60); }

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