#4BB467

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

Shades of Ocean Green #4BB467

Tints of Ocean Green #4BB467

Color information

#4BB467 (or 0x4BB467) is unknown color: approx Ocean Green. HEX triplet: 4B, B4 and 67. RGB value is (75,180,103). Sum of RGB (Red+Green+Blue) = 75+180+103=358 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.95% from 358); Green value is 180 (70.70% from 255 or 50.28% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB467 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB467 is #B44B98. Grayscale: #8C8C8C. Windows color (decimal): -11815833 or 6796363. OLE color: 6796363.

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

Color convert

RGB75180103-
CMYK0.5800.430.29
HSL136º41.18%50%-
HSV(B)136º58.33%70.59%-
XYZ21.6735.1218.47-
YUV139.83107.2181.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.95%
GREEN value IS 180 (70.70% from 255) = 50.28%
BLUE value IS 103 (40.62% from 255) = 28.77%
R=20.95%
G=50.28%
B=28.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751801030.5800.430.2913641.1850
Hex4BB4673A02B1D882932
Octal11326414772053352105162
Binary100101110110100110011111101001010111110110001000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,180,103); }

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

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

 a { background-color: rgb(75,180,103); }

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

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

 span { border-color: rgb(75,180,103); }

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