#4CB068

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

Shades of Ocean Green #4CB068

Tints of Ocean Green #4CB068

Color information

#4CB068 (or 0x4CB068) is unknown color: approx Ocean Green. HEX triplet: 4C, B0 and 68. RGB value is (76,176,104). Sum of RGB (Red+Green+Blue) = 76+176+104=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 176 (69.14% from 255 or 49.44% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB068 is #B34F97. Grayscale: #8A8A8A. Windows color (decimal): -11751320 or 6860876. OLE color: 6860876.

HSL color Cylindrical-coordinate representation of color #4CB068: hue angle of 136.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB068 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB76176104-
CMYK0.5700.410.31
HSL136.8º39.68%49.41%-
HSV(B)136.8º56.82%69.02%-
XYZ2133.5918.47-
YUV137.89108.8783.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.35%
GREEN value IS 176 (69.14% from 255) = 49.44%
BLUE value IS 104 (41.02% from 255) = 29.21%
R=21.35%
G=49.44%
B=29.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761761040.5700.410.31136.839.6849.41
Hex4CB068390291F892831
Octal11426015071051372115061
Binary100110010110000110100011100101010011111110001001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,176,104); }

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

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

 a { background-color: rgb(76,176,104); }

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

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

 span { border-color: rgb(76,176,104); }

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