#55926A

Color #55926A Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #55926A

Tints of Ocean Green #55926A

Color information

#55926A (or 0x55926A) is unknown color: approx Ocean Green. HEX triplet: 55, 92 and 6A. RGB value is (85,146,106). Sum of RGB (Red+Green+Blue) = 85+146+106=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #55926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55926A is #AA6D95. Grayscale: #7B7B7B. Windows color (decimal): -11169174 or 6984277. OLE color: 6984277.

HSL color Cylindrical-coordinate representation of color #55926A: hue angle of 140.66º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55926A is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB85146106-
CMYK0.4200.270.43
HSL140.66º26.41%45.29%-
HSV(B)140.66º41.78%57.25%-
XYZ16.6323.5317.3-
YUV123.2118.29100.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 146 (57.42% from 255) = 43.32%
BLUE value IS 106 (41.80% from 255) = 31.45%
R=25.22%
G=43.32%
B=31.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851461060.4200.270.43140.6626.4145.29
Hex55926A2A01B2B8d1a2d
Octal12522215252033532153255
Binary10101011001001011010101010100110111010111000110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55926A; }

 p { color: rgb(85,146,106); }

 H1.HeaderClassName
 {
   color: #55926A;
 }
 .AnyTagClassName
 {
   color: #55926A;
 }
</style>
background-color css

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

 a { background-color: rgb(85,146,106); }

 div.DivClassName
 {
   background-color: #55926A;
 }
 .BgClassName
 {
   background-color: #55926A;
 }
</style>
border-color css

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

 span { border-color: rgb(85,146,106); }

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