Html Css Color HEX #529468 Ocean Green

📋 copy color: '#529468'

red 82 ◦ green 148 ◦ blue 104

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

Shades of Ocean Green #529468

Tints of Ocean Green #529468

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.31%

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

R = 24.55%
G = 44.31%
B = 31.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#529468 (or 0x529468) is known color: Ocean Green. HEX triplet: 52, 94 and 68. RGB value is (82,148,104). Sum of RGB (Red+Green+Blue) = 82+148+104=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #529468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529468 is #AD6B97. Grayscale: #7B7B7B. Windows color (decimal): -11365272 or 6853714. OLE color: 6853714.

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

Color convert

RGB 82 148 104 -
CMYK 0.45 0 0.30 0.42
HSL 140º 0.29% 0.45% -
HSV(B) 140º 0.45% 0.58% -
XYZ 16.57 23.97 16.85 -
YUV 123.25 117.13 98.58 -
System Red Green Blue C M Y K H S L
Decimal 82 148 104 0.45 0 0.30 0.42 140 0.29 0.45
Hex 52 94 68 2D 0 1E 2A 8C 1D 2D
Octal 122 224 150 55 0 36 52 214 35 55
Binary 1010010 10010100 1101000 101101 0 11110 101010 10001100 11101 101101

Color Harmonies of #529468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529468

Black with #529468

Text Example


Text Example

White with #529468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529468; }

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

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

background-color css

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

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

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

border-color css

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

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

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