Html Css Color HEX #4BB271 Ocean Green

📋 copy color: '#4BB271'

red 75 ◦ green 178 ◦ blue 113

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

Shades of Ocean Green #4BB271

Tints of Ocean Green #4BB271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.63%

 BLUE value IS 113 (44.53% from 255) = 30.87%

R = 20.49%
G = 48.63%
B = 30.87%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#4BB271 (or 0x4BB271) is known color: Ocean Green. HEX triplet: 4B, B2 and 71. RGB value is (75,178,113). Sum of RGB (Red+Green+Blue) = 75+178+113=366 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.49% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #4BB271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BB271 is #B44D8E. Grayscale: #8B8B8B. Windows color (decimal): -11816335 or 7451211. OLE color: 7451211.

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

Color convert

RGB 75 178 113 -
CMYK 0.58 0 0.37 0.30
HSL 142.14º 0.41% 0.5% -
HSV(B) 142.14º 0.58% 0.7% -
XYZ 21.8 34.53 21.14 -
YUV 139.79 112.88 81.79 -
System Red Green Blue C M Y K H S L
Decimal 75 178 113 0.58 0 0.37 0.30 142.14 0.41 0.5
Hex 4B B2 71 3A 0 25 1E 8E 29 32
Octal 113 262 161 72 0 45 36 216 51 62
Binary 1001011 10110010 1110001 111010 0 100101 11110 10001110 101001 110010

Color Harmonies of #4BB271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB271

Black with #4BB271

Text Example


Text Example

White with #4BB271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,178,113); }

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

background-color css

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

 a { background-color: rgb(75,178,113); }

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

border-color css

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

 span { border-color: rgb(75,178,113); }

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