Html Css Color HEX #4BA271 Ocean Green

📋 copy color: '#4BA271'

red 75 ◦ green 162 ◦ blue 113

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

Shades of Ocean Green #4BA271

Tints of Ocean Green #4BA271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.29%

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

R = 21.43%
G = 46.29%
B = 32.29%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#4BA271 (or 0x4BA271) is known color: Ocean Green. HEX triplet: 4B, A2 and 71. RGB value is (75,162,113). Sum of RGB (Red+Green+Blue) = 75+162+113=350 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.43% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA271 is #B45D8E. Grayscale: #828282. Windows color (decimal): -11820431 or 7447115. OLE color: 7447115.

HSL color Cylindrical-coordinate representation of color #4BA271: hue angle of 146.21º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA271 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 75 162 113 -
CMYK 0.54 0 0.30 0.36
HSL 146.21º 0.37% 0.46% -
HSV(B) 146.21º 0.54% 0.64% -
XYZ 18.8 28.53 20.14 -
YUV 130.4 118.18 88.48 -
System Red Green Blue C M Y K H S L
Decimal 75 162 113 0.54 0 0.30 0.36 146.21 0.37 0.46
Hex 4B A2 71 36 0 1E 24 92 25 2E
Octal 113 242 161 66 0 36 44 222 45 56
Binary 1001011 10100010 1110001 110110 0 11110 100100 10010010 100101 101110

Color Harmonies of #4BA271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA271

Black with #4BA271

Text Example


Text Example

White with #4BA271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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