Html Css Color HEX #52A36A Ocean Green

📋 copy color: '#52A36A'

red 82 ◦ green 163 ◦ blue 106

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

Shades of Ocean Green #52A36A

Tints of Ocean Green #52A36A

RGB

 RED value IS 82 (32.42% from 255) = 23.36%

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

 BLUE value IS 106 (41.8% from 255) = 30.2%

R = 23.36%
G = 46.44%
B = 30.2%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#52A36A (or 0x52A36A) is known color: Ocean Green. HEX triplet: 52, A3 and 6A. RGB value is (82,163,106). Sum of RGB (Red+Green+Blue) = 82+163+106=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 163 - color contains mainly: green. Hex color #52A36A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A36A is #AD5C95. Grayscale: #848484. Windows color (decimal): -11361430 or 6988626. OLE color: 6988626.

HSL color Cylindrical-coordinate representation of color #52A36A: hue angle of 137.78º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A36A is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 163 106 -
CMYK 0.50 0 0.35 0.36
HSL 137.78º 0.33% 0.48% -
HSV(B) 137.78º 0.5% 0.64% -
XYZ 19.18 29.03 18.23 -
YUV 132.28 113.16 92.13 -
System Red Green Blue C M Y K H S L
Decimal 82 163 106 0.50 0 0.35 0.36 137.78 0.33 0.48
Hex 52 A3 6A 32 0 23 24 8A 21 30
Octal 122 243 152 62 0 43 44 212 41 60
Binary 1010010 10100011 1101010 110010 0 100011 100100 10001010 100001 110000

Color Harmonies of #52A36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A36A

Black with #52A36A

Text Example


Text Example

White with #52A36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52A36A; }

 p { color: rgb(82,163,106); }

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

background-color css

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

 a { background-color: rgb(82,163,106); }

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

border-color css

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

 span { border-color: rgb(82,163,106); }

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