Html Css Color HEX #52A466 Ocean Green

📋 copy color: '#52A466'

red 82 ◦ green 164 ◦ blue 102

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

Shades of Ocean Green #52A466

Tints of Ocean Green #52A466

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.13%

 BLUE value IS 102 (40.23% from 255) = 29.31%

R = 23.56%
G = 47.13%
B = 29.31%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#52A466 (or 0x52A466) is known color: Ocean Green. HEX triplet: 52, A4 and 66. RGB value is (82,164,102). Sum of RGB (Red+Green+Blue) = 82+164+102=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 164 - color contains mainly: green. Hex color #52A466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A466 is #AD5B99. Grayscale: #848484. Windows color (decimal): -11361178 or 6726738. OLE color: 6726738.

HSL color Cylindrical-coordinate representation of color #52A466: hue angle of 134.63º 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 #52A466 is Cyan = 0.5, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 164 102 -
CMYK 0.5 0 0.38 0.36
HSL 134.63º 0.33% 0.48% -
HSV(B) 134.63º 0.5% 0.64% -
XYZ 19.15 29.3 17.22 -
YUV 132.41 110.83 92.04 -
System Red Green Blue C M Y K H S L
Decimal 82 164 102 0.5 0 0.38 0.36 134.63 0.33 0.48
Hex 52 A4 66 32 0 26 24 87 21 30
Octal 122 244 146 62 0 46 44 207 41 60
Binary 1010010 10100100 1100110 110010 0 100110 100100 10000111 100001 110000

Color Harmonies of #52A466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A466

Black with #52A466

Text Example


Text Example

White with #52A466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,164,102); }

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

background-color css

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

 a { background-color: rgb(82,164,102); }

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

border-color css

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

 span { border-color: rgb(82,164,102); }

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