Html Css Color HEX #4BA270 Ocean Green

📋 copy color: '#4BA270'

red 75 ◦ green 162 ◦ blue 112

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

Shades of Ocean Green #4BA270

Tints of Ocean Green #4BA270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.09%

R = 21.49%
G = 46.42%
B = 32.09%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#4BA270 (or 0x4BA270) is known color: Ocean Green. HEX triplet: 4B, A2 and 70. RGB value is (75,162,112). Sum of RGB (Red+Green+Blue) = 75+162+112=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 162 - color contains mainly: green. Hex color #4BA270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA270 is #B45D8F. Grayscale: #828282. Windows color (decimal): -11820432 or 7381579. OLE color: 7381579.

HSL color Cylindrical-coordinate representation of color #4BA270: hue angle of 145.52º 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 #4BA270 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 75 162 112 -
CMYK 0.54 0 0.31 0.36
HSL 145.52º 0.37% 0.46% -
HSV(B) 145.52º 0.54% 0.64% -
XYZ 18.75 28.51 19.84 -
YUV 130.29 117.68 88.57 -
System Red Green Blue C M Y K H S L
Decimal 75 162 112 0.54 0 0.31 0.36 145.52 0.37 0.46
Hex 4B A2 70 36 0 1F 24 92 25 2E
Octal 113 242 160 66 0 37 44 222 45 56
Binary 1001011 10100010 1110000 110110 0 11111 100100 10010010 100101 101110

Color Harmonies of #4BA270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA270

Black with #4BA270

Text Example


Text Example

White with #4BA270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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