Html Css Color HEX #529C6B Ocean Green

📋 copy color: '#529C6B'

red 82 ◦ green 156 ◦ blue 107

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

Shades of Ocean Green #529C6B

Tints of Ocean Green #529C6B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.22%

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

R = 23.77%
G = 45.22%
B = 31.01%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#529C6B (or 0x529C6B) is known color: Ocean Green. HEX triplet: 52, 9C and 6B. RGB value is (82,156,107). Sum of RGB (Red+Green+Blue) = 82+156+107=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 156 - color contains mainly: green. Hex color #529C6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C6B is #AD6394. Grayscale: #808080. Windows color (decimal): -11363221 or 7052370. OLE color: 7052370.

HSL color Cylindrical-coordinate representation of color #529C6B: hue angle of 140.27º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529C6B is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 156 107 -
CMYK 0.47 0 0.31 0.39
HSL 140.27º 0.31% 0.47% -
HSV(B) 140.27º 0.47% 0.61% -
XYZ 18.02 26.63 18.1 -
YUV 128.29 115.98 94.98 -
System Red Green Blue C M Y K H S L
Decimal 82 156 107 0.47 0 0.31 0.39 140.27 0.31 0.47
Hex 52 9C 6B 2F 0 1F 27 8C 1F 2F
Octal 122 234 153 57 0 37 47 214 37 57
Binary 1010010 10011100 1101011 101111 0 11111 100111 10001100 11111 101111

Color Harmonies of #529C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529C6B

Black with #529C6B

Text Example


Text Example

White with #529C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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