Html Css Color HEX #52916D Ocean Green

📋 copy color: '#52916D'

red 82 ◦ green 145 ◦ blue 109

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

Shades of Ocean Green #52916D

Tints of Ocean Green #52916D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.15%

 BLUE value IS 109 (42.97% from 255) = 32.44%

R = 24.4%
G = 43.15%
B = 32.44%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#52916D (or 0x52916D) is known color: Ocean Green. HEX triplet: 52, 91 and 6D. RGB value is (82,145,109). Sum of RGB (Red+Green+Blue) = 82+145+109=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #52916D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52916D is #AD6E92. Grayscale: #7A7A7A. Windows color (decimal): -11366035 or 7180626. OLE color: 7180626.

HSL color Cylindrical-coordinate representation of color #52916D: hue angle of 145.71º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52916D is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 109 -
CMYK 0.43 0 0.25 0.43
HSL 145.71º 0.28% 0.45% -
HSV(B) 145.71º 0.43% 0.57% -
XYZ 16.37 23.15 18.07 -
YUV 122.06 120.63 99.43 -
System Red Green Blue C M Y K H S L
Decimal 82 145 109 0.43 0 0.25 0.43 145.71 0.28 0.45
Hex 52 91 6D 2B 0 19 2B 92 1C 2D
Octal 122 221 155 53 0 31 53 222 34 55
Binary 1010010 10010001 1101101 101011 0 11001 101011 10010010 11100 101101

Color Harmonies of #52916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52916D

Black with #52916D

Text Example


Text Example

White with #52916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52916D; }

 p { color: rgb(82,145,109); }

 H1.HeaderClassName
 {
   color: #52916D;
 }
 .AnyTagClassName
 {
   color: #52916D;
 }
</style>

background-color css

<style>
 a { background-color: #52916D; }

 a { background-color: rgb(82,145,109); }

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

border-color css

<style>
 span { border-color: #52916D; }

 span { border-color: rgb(82,145,109); }

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