Html Css Color HEX #4BA571 Ocean Green

📋 copy color: '#4BA571'

red 75 ◦ green 165 ◦ blue 113

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

Shades of Ocean Green #4BA571

Tints of Ocean Green #4BA571

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.74%

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

R = 21.25%
G = 46.74%
B = 32.01%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#4BA571 (or 0x4BA571) is known color: Ocean Green. HEX triplet: 4B, A5 and 71. RGB value is (75,165,113). Sum of RGB (Red+Green+Blue) = 75+165+113=353 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.25% from 353); Green value is 165 (64.84% from 255 or 46.74% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA571 is #B45A8E. Grayscale: #848484. Windows color (decimal): -11819663 or 7447883. OLE color: 7447883.

HSL color Cylindrical-coordinate representation of color #4BA571: hue angle of 145.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA571 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 75 165 113 -
CMYK 0.55 0 0.32 0.35
HSL 145.33º 0.38% 0.47% -
HSV(B) 145.33º 0.55% 0.65% -
XYZ 19.34 29.6 20.32 -
YUV 132.16 117.18 87.23 -
System Red Green Blue C M Y K H S L
Decimal 75 165 113 0.55 0 0.32 0.35 145.33 0.38 0.47
Hex 4B A5 71 37 0 20 23 91 26 2F
Octal 113 245 161 67 0 40 43 221 46 57
Binary 1001011 10100101 1110001 110111 0 100000 100011 10010001 100110 101111

Color Harmonies of #4BA571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA571

Black with #4BA571

Text Example


Text Example

White with #4BA571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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