Html Css Color HEX #529C67 Ocean Green

📋 copy color: '#529C67'

red 82 ◦ green 156 ◦ blue 103

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

Shades of Ocean Green #529C67

Tints of Ocean Green #529C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.21%

R = 24.05%
G = 45.75%
B = 30.21%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#529C67 (or 0x529C67) is known color: Ocean Green. HEX triplet: 52, 9C and 67. RGB value is (82,156,103). Sum of RGB (Red+Green+Blue) = 82+156+103=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #529C67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C67 is #AD6398. Grayscale: #7F7F7F. Windows color (decimal): -11363225 or 6790226. OLE color: 6790226.

HSL color Cylindrical-coordinate representation of color #529C67: hue angle of 137.03º 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 #529C67 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 156 103 -
CMYK 0.47 0 0.34 0.39
HSL 137.03º 0.31% 0.47% -
HSV(B) 137.03º 0.47% 0.61% -
XYZ 17.82 26.55 17.02 -
YUV 127.83 113.98 95.31 -
System Red Green Blue C M Y K H S L
Decimal 82 156 103 0.47 0 0.34 0.39 137.03 0.31 0.47
Hex 52 9C 67 2F 0 22 27 89 1F 2F
Octal 122 234 147 57 0 42 47 211 37 57
Binary 1010010 10011100 1100111 101111 0 100010 100111 10001001 11111 101111

Color Harmonies of #529C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529C67

Black with #529C67

Text Example


Text Example

White with #529C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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