#56946B

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

Shades of Ocean Green #56946B

Tints of Ocean Green #56946B

Color information

#56946B (or 0x56946B) is unknown color: approx Ocean Green. HEX triplet: 56, 94 and 6B. RGB value is (86,148,107). Sum of RGB (Red+Green+Blue) = 86+148+107=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #56946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56946B is #A96B94. Grayscale: #7C7C7C. Windows color (decimal): -11103125 or 7050326. OLE color: 7050326.

HSL color Cylindrical-coordinate representation of color #56946B: hue angle of 140.32º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #56946B is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB86148107-
CMYK0.4200.280.42
HSL140.32º26.5%45.88%-
HSV(B)140.32º41.89%58.04%-
XYZ17.0824.2217.68-
YUV124.79117.96100.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 148 (58.20% from 255) = 43.40%
BLUE value IS 107 (42.19% from 255) = 31.38%
R=25.22%
G=43.40%
B=31.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861481070.4200.280.42140.3226.545.88
Hex56946B2A01C2A8c1a2e
Octal12622415352034522143256
Binary10101101001010011010111010100111001010101000110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56946B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56946B; }

 p { color: rgb(86,148,107); }

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

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

 a { background-color: rgb(86,148,107); }

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

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

 span { border-color: rgb(86,148,107); }

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