#4CAD6C

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

Shades of Ocean Green #4CAD6C

Tints of Ocean Green #4CAD6C

Color information

#4CAD6C (or 0x4CAD6C) is unknown color: approx Ocean Green. HEX triplet: 4C, AD and 6C. RGB value is (76,173,108). Sum of RGB (Red+Green+Blue) = 76+173+108=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #4CAD6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAD6C is #B35293. Grayscale: #888888. Windows color (decimal): -11752084 or 7122252. OLE color: 7122252.

HSL color Cylindrical-coordinate representation of color #4CAD6C: hue angle of 139.79º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAD6C is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB76173108-
CMYK0.5600.380.32
HSL139.79º38.96%48.82%-
HSV(B)139.79º56.07%67.84%-
XYZ20.6332.5119.37-
YUV136.59111.8684.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.29%
GREEN value IS 173 (67.97% from 255) = 48.46%
BLUE value IS 108 (42.58% from 255) = 30.25%
R=21.29%
G=48.46%
B=30.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal761731080.5600.380.32139.7938.9648.82
Hex4CAD6C38026208c2731
Octal11425515470046402144761
Binary1001100101011011101100111000010011010000010001100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CAD6C; }

 p { color: rgb(76,173,108); }

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

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

 a { background-color: rgb(76,173,108); }

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

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

 span { border-color: rgb(76,173,108); }

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