Html Css Color HEX #52936C Ocean Green

📋 copy color: '#52936C'

red 82 ◦ green 147 ◦ blue 108

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

Shades of Ocean Green #52936C

Tints of Ocean Green #52936C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.62%

 BLUE value IS 108 (42.58% from 255) = 32.05%

R = 24.33%
G = 43.62%
B = 32.05%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#52936C (or 0x52936C) is known color: Ocean Green. HEX triplet: 52, 93 and 6C. RGB value is (82,147,108). Sum of RGB (Red+Green+Blue) = 82+147+108=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 147 - color contains mainly: green. Hex color #52936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52936C is #AD6C93. Grayscale: #7B7B7B. Windows color (decimal): -11365524 or 7115602. OLE color: 7115602.

HSL color Cylindrical-coordinate representation of color #52936C: hue angle of 144º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52936C is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 147 108 -
CMYK 0.44 0 0.27 0.42
HSL 144º 0.28% 0.45% -
HSV(B) 144º 0.44% 0.58% -
XYZ 16.62 23.74 17.89 -
YUV 123.12 119.47 98.67 -
System Red Green Blue C M Y K H S L
Decimal 82 147 108 0.44 0 0.27 0.42 144 0.28 0.45
Hex 52 93 6C 2C 0 1B 2A 90 1C 2D
Octal 122 223 154 54 0 33 52 220 34 55
Binary 1010010 10010011 1101100 101100 0 11011 101010 10010000 11100 101101

Color Harmonies of #52936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52936C

Black with #52936C

Text Example


Text Example

White with #52936C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52936C; }

 p { color: rgb(82,147,108); }

 H1.HeaderClassName
 {
   color: #52936C;
 }
 .AnyTagClassName
 {
   color: #52936C;
 }
</style>

background-color css

<style>
 a { background-color: #52936C; }

 a { background-color: rgb(82,147,108); }

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

border-color css

<style>
 span { border-color: #52936C; }

 span { border-color: rgb(82,147,108); }

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