Html Css Color HEX #52956F Ocean Green

📋 copy color: '#52956F'

red 82 ◦ green 149 ◦ blue 111

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

Shades of Ocean Green #52956F

Tints of Ocean Green #52956F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.46%

R = 23.98%
G = 43.57%
B = 32.46%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#52956F (or 0x52956F) is known color: Ocean Green. HEX triplet: 52, 95 and 6F. RGB value is (82,149,111). Sum of RGB (Red+Green+Blue) = 82+149+111=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #52956F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52956F is #AD6A90. Grayscale: #7C7C7C. Windows color (decimal): -11365009 or 7312722. OLE color: 7312722.

HSL color Cylindrical-coordinate representation of color #52956F: hue angle of 145.97º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52956F is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 149 111 -
CMYK 0.45 0 0.26 0.42
HSL 145.97º 0.29% 0.45% -
HSV(B) 145.97º 0.45% 0.58% -
XYZ 17.1 24.44 18.85 -
YUV 124.64 120.3 97.59 -
System Red Green Blue C M Y K H S L
Decimal 82 149 111 0.45 0 0.26 0.42 145.97 0.29 0.45
Hex 52 95 6F 2D 0 1A 2A 92 1D 2D
Octal 122 225 157 55 0 32 52 222 35 55
Binary 1010010 10010101 1101111 101101 0 11010 101010 10010010 11101 101101

Color Harmonies of #52956F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52956F

Black with #52956F

Text Example


Text Example

White with #52956F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52956F; }

 p { color: rgb(82,149,111); }

 H1.HeaderClassName
 {
   color: #52956F;
 }
 .AnyTagClassName
 {
   color: #52956F;
 }
</style>

background-color css

<style>
 a { background-color: #52956F; }

 a { background-color: rgb(82,149,111); }

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

border-color css

<style>
 span { border-color: #52956F; }

 span { border-color: rgb(82,149,111); }

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