Html Css Color HEX #4AB373 Ocean Green

📋 copy color: '#4AB373'

red 74 ◦ green 179 ◦ blue 115

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

Shades of Ocean Green #4AB373

Tints of Ocean Green #4AB373

RGB

 RED value IS 74 (29.3% from 255) = 20.11%

 GREEN value IS 179 (70.31% from 255) = 48.64%

 BLUE value IS 115 (45.31% from 255) = 31.25%

R = 20.11%
G = 48.64%
B = 31.25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#4AB373 (or 0x4AB373) is known color: Ocean Green. HEX triplet: 4A, B3 and 73. RGB value is (74,179,115). Sum of RGB (Red+Green+Blue) = 74+179+115=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 179 (70.31% from 255 or 48.64% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB373 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB373 is #B54C8C. Grayscale: #8C8C8C. Windows color (decimal): -11881613 or 7582538. OLE color: 7582538.

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

Color convert

RGB 74 179 115 -
CMYK 0.59 0 0.36 0.30
HSL 143.43º 0.42% 0.5% -
HSV(B) 143.43º 0.59% 0.7% -
XYZ 22.04 34.93 21.8 -
YUV 140.31 113.71 80.7 -
System Red Green Blue C M Y K H S L
Decimal 74 179 115 0.59 0 0.36 0.30 143.43 0.42 0.5
Hex 4A B3 73 3B 0 24 1E 8F 2A 32
Octal 112 263 163 73 0 44 36 217 52 62
Binary 1001010 10110011 1110011 111011 0 100100 11110 10001111 101010 110010

Color Harmonies of #4AB373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB373

Black with #4AB373

Text Example


Text Example

White with #4AB373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,179,115); }

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

background-color css

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

 a { background-color: rgb(74,179,115); }

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

border-color css

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

 span { border-color: rgb(74,179,115); }

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