Html Css Color HEX #52956B Ocean Green

📋 copy color: '#52956B'

red 82 ◦ green 149 ◦ blue 107

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

Shades of Ocean Green #52956B

Tints of Ocean Green #52956B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.66%

R = 24.26%
G = 44.08%
B = 31.66%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#52956B (or 0x52956B) is known color: Ocean Green. HEX triplet: 52, 95 and 6B. RGB value is (82,149,107). Sum of RGB (Red+Green+Blue) = 82+149+107=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #52956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52956B is #AD6A94. Grayscale: #7C7C7C. Windows color (decimal): -11365013 or 7050578. OLE color: 7050578.

HSL color Cylindrical-coordinate representation of color #52956B: hue angle of 142.39º 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 #52956B is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 149 107 -
CMYK 0.45 0 0.28 0.42
HSL 142.39º 0.29% 0.45% -
HSV(B) 142.39º 0.45% 0.58% -
XYZ 16.88 24.35 17.72 -
YUV 124.18 118.3 97.92 -
System Red Green Blue C M Y K H S L
Decimal 82 149 107 0.45 0 0.28 0.42 142.39 0.29 0.45
Hex 52 95 6B 2D 0 1C 2A 8E 1D 2D
Octal 122 225 153 55 0 34 52 216 35 55
Binary 1010010 10010101 1101011 101101 0 11100 101010 10001110 11101 101101

Color Harmonies of #52956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52956B

Black with #52956B

Text Example


Text Example

White with #52956B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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