Html Css Color HEX #53A370 Ocean Green

📋 copy color: '#53A370'

red 83 ◦ green 163 ◦ blue 112

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

Shades of Ocean Green #53A370

Tints of Ocean Green #53A370

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.53%

 BLUE value IS 112 (44.14% from 255) = 31.28%

R = 23.18%
G = 45.53%
B = 31.28%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#53A370 (or 0x53A370) is known color: Ocean Green. HEX triplet: 53, A3 and 70. RGB value is (83,163,112). Sum of RGB (Red+Green+Blue) = 83+163+112=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 163 - color contains mainly: green. Hex color #53A370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A370 is #AC5C8F. Grayscale: #858585. Windows color (decimal): -11295888 or 7381843. OLE color: 7381843.

HSL color Cylindrical-coordinate representation of color #53A370: hue angle of 141.75º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A370 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 163 112 -
CMYK 0.49 0 0.31 0.36
HSL 141.75º 0.33% 0.48% -
HSV(B) 141.75º 0.49% 0.64% -
XYZ 19.59 29.2 19.93 -
YUV 133.27 116 92.15 -
System Red Green Blue C M Y K H S L
Decimal 83 163 112 0.49 0 0.31 0.36 141.75 0.33 0.48
Hex 53 A3 70 31 0 1F 24 8E 21 30
Octal 123 243 160 61 0 37 44 216 41 60
Binary 1010011 10100011 1110000 110001 0 11111 100100 10001110 100001 110000

Color Harmonies of #53A370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A370

Black with #53A370

Text Example


Text Example

White with #53A370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53A370; }

 p { color: rgb(83,163,112); }

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

background-color css

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

 a { background-color: rgb(83,163,112); }

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

border-color css

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

 span { border-color: rgb(83,163,112); }

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