Html Css Color HEX #529368 Ocean Green

📋 copy color: '#529368'

red 82 ◦ green 147 ◦ blue 104

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

Shades of Ocean Green #529368

Tints of Ocean Green #529368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.23%

R = 24.62%
G = 44.14%
B = 31.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#529368 (or 0x529368) is known color: Ocean Green. HEX triplet: 52, 93 and 68. RGB value is (82,147,104). Sum of RGB (Red+Green+Blue) = 82+147+104=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #529368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529368 is #AD6C97. Grayscale: #7A7A7A. Windows color (decimal): -11365528 or 6853458. OLE color: 6853458.

HSL color Cylindrical-coordinate representation of color #529368: hue angle of 140.31º 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 #529368 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 147 104 -
CMYK 0.44 0 0.29 0.42
HSL 140.31º 0.28% 0.45% -
HSV(B) 140.31º 0.44% 0.58% -
XYZ 16.41 23.66 16.8 -
YUV 122.66 117.47 99 -
System Red Green Blue C M Y K H S L
Decimal 82 147 104 0.44 0 0.29 0.42 140.31 0.28 0.45
Hex 52 93 68 2C 0 1D 2A 8C 1C 2D
Octal 122 223 150 54 0 35 52 214 34 55
Binary 1010010 10010011 1101000 101100 0 11101 101010 10001100 11100 101101

Color Harmonies of #529368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529368

Black with #529368

Text Example


Text Example

White with #529368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529368; }

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

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

background-color css

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

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

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

border-color css

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

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

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