Html Css Color HEX #4BB680 Ocean Green

📋 copy color: '#4BB680'

red 75 ◦ green 182 ◦ blue 128

#4BB680
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #4BB680

Tints of Ocean Green #4BB680

RGB

 RED value IS 75 (29.69% from 255) = 19.48%

 GREEN value IS 182 (71.48% from 255) = 47.27%

 BLUE value IS 128 (50.39% from 255) = 33.25%

R = 19.48%
G = 47.27%
B = 33.25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#4BB680 (or 0x4BB680) is known color: Ocean Green. HEX triplet: 4B, B6 and 80. RGB value is (75,182,128). Sum of RGB (Red+Green+Blue) = 75+182+128=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #4BB680 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB680 is #B4497F. Grayscale: #8F8F8F. Windows color (decimal): -11815296 or 8435275. OLE color: 8435275.

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

Color convert

RGB 75 182 128 -
CMYK 0.59 0 0.30 0.29
HSL 149.72º 0.42% 0.5% -
HSV(B) 149.72º 0.59% 0.71% -
XYZ 23.53 36.51 26.23 -
YUV 143.85 119.05 78.89 -
System Red Green Blue C M Y K H S L
Decimal 75 182 128 0.59 0 0.30 0.29 149.72 0.42 0.5
Hex 4B B6 80 3B 0 1E 1D 96 2A 32
Octal 113 266 200 73 0 36 35 226 52 62
Binary 1001011 10110110 10000000 111011 0 11110 11101 10010110 101010 110010

Color Harmonies of #4BB680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB680

Black with #4BB680

Text Example


Text Example

White with #4BB680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,182,128); }

 H1.HeaderClassName
 {
   color: #4BB680;
 }
 .AnyTagClassName
 {
   color: #4BB680;
 }
</style>

background-color css

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

 a { background-color: rgb(75,182,128); }

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

border-color css

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

 span { border-color: rgb(75,182,128); }

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