#4CB673

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

Shades of Ocean Green #4CB673

Tints of Ocean Green #4CB673

Color information

#4CB673 (or 0x4CB673) is unknown color: approx Ocean Green. HEX triplet: 4C, B6 and 73. RGB value is (76,182,115). Sum of RGB (Red+Green+Blue) = 76+182+115=373 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.38% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 182 - color contains mainly: green. Hex color #4CB673 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB673 is #B3498C. Grayscale: #8E8E8E. Windows color (decimal): -11749773 or 7583308. OLE color: 7583308.

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

Color convert

RGB76182115-
CMYK0.5800.370.29
HSL142.08º42.06%50.59%-
HSV(B)142.08º58.24%71.37%-
XYZ22.836.2322.01-
YUV142.67112.3880.45-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.38%
GREEN value IS 182 (71.48% from 255) = 48.79%
BLUE value IS 115 (45.31% from 255) = 30.83%
R=20.38%
G=48.79%
B=30.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal761821150.5800.370.29142.0842.0650.59
Hex4CB6733A0251D8e2a33
Octal11426616372045352165263
Binary100110010110110111001111101001001011110110001110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,182,115); }

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

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

 a { background-color: rgb(76,182,115); }

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

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

 span { border-color: rgb(76,182,115); }

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