Html Css Color HEX #52986B Ocean Green

📋 copy color: '#52986B'

red 82 ◦ green 152 ◦ blue 107

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

Shades of Ocean Green #52986B

Tints of Ocean Green #52986B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.57%

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

R = 24.05%
G = 44.57%
B = 31.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#52986B (or 0x52986B) is known color: Ocean Green. HEX triplet: 52, 98 and 6B. RGB value is (82,152,107). Sum of RGB (Red+Green+Blue) = 82+152+107=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #52986B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52986B is #AD6794. Grayscale: #7E7E7E. Windows color (decimal): -11364245 or 7051346. OLE color: 7051346.

HSL color Cylindrical-coordinate representation of color #52986B: hue angle of 141.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52986B is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 152 107 -
CMYK 0.46 0 0.30 0.40
HSL 141.43º 0.3% 0.46% -
HSV(B) 141.43º 0.46% 0.6% -
XYZ 17.36 25.31 17.88 -
YUV 125.94 117.31 96.66 -
System Red Green Blue C M Y K H S L
Decimal 82 152 107 0.46 0 0.30 0.40 141.43 0.3 0.46
Hex 52 98 6B 2E 0 1E 28 8D 1E 2E
Octal 122 230 153 56 0 36 50 215 36 56
Binary 1010010 10011000 1101011 101110 0 11110 101000 10001101 11110 101110

Color Harmonies of #52986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52986B

Black with #52986B

Text Example


Text Example

White with #52986B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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