Html Css Color HEX #4BA175 Ocean Green

📋 copy color: '#4BA175'

red 75 ◦ green 161 ◦ blue 117

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

Shades of Ocean Green #4BA175

Tints of Ocean Green #4BA175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.61%

 BLUE value IS 117 (46.09% from 255) = 33.14%

R = 21.25%
G = 45.61%
B = 33.14%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#4BA175 (or 0x4BA175) is known color: Ocean Green. HEX triplet: 4B, A1 and 75. RGB value is (75,161,117). Sum of RGB (Red+Green+Blue) = 75+161+117=353 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.25% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 161 - color contains mainly: green. Hex color #4BA175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA175 is #B45E8A. Grayscale: #828282. Windows color (decimal): -11820683 or 7709003. OLE color: 7709003.

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

Color convert

RGB 75 161 117 -
CMYK 0.53 0 0.27 0.37
HSL 149.3º 0.36% 0.46% -
HSV(B) 149.3º 0.53% 0.63% -
XYZ 18.86 28.27 21.29 -
YUV 130.27 120.51 88.58 -
System Red Green Blue C M Y K H S L
Decimal 75 161 117 0.53 0 0.27 0.37 149.3 0.36 0.46
Hex 4B A1 75 35 0 1B 25 95 24 2E
Octal 113 241 165 65 0 33 45 225 44 56
Binary 1001011 10100001 1110101 110101 0 11011 100101 10010101 100100 101110

Color Harmonies of #4BA175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA175

Black with #4BA175

Text Example


Text Example

White with #4BA175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,161,117); }

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

background-color css

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

 a { background-color: rgb(75,161,117); }

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

border-color css

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

 span { border-color: rgb(75,161,117); }

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