#4cb07b

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

Shades of Ocean Green #4CB07B

Tints of Ocean Green #4CB07B

Color information

#4CB07B (or 0x4CB07B) is unknown color: approx Ocean Green. HEX triplet: 4C, B0 and 7B. RGB value is (76,176,123). Sum of RGB (Red+Green+Blue) = 76+176+123=375 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.27% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB07B is #B34F84. Grayscale: #8C8C8C. Windows color (decimal): -11751301 or 8106060. OLE color: 8106060.

HSL color Cylindrical-coordinate representation of color #4CB07B: hue angle of 148.2º 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 #4CB07B is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB76176123-
CMYK0.5700.300.31
HSL148.2º39.68%49.41%-
HSV(B)148.2º56.82%69.02%-
XYZ22.0834.0224.14-
YUV140.06118.3782.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.27%
GREEN value IS 176 (69.14% from 255) = 46.93%
BLUE value IS 123 (48.44% from 255) = 32.8%
R=20.27%
G=46.93%
B=32.8%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761761230.5700.300.31148.239.6849.41
Hex4CB07B3901E1F942831
Octal11426017371036372245061
Binary10011001011000011110111110010111101111110010100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cb07b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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