Html Css Color HEX #4AB975 Ocean Green

📋 copy color: '#4AB975'

red 74 ◦ green 185 ◦ blue 117

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

Shades of Ocean Green #4AB975

Tints of Ocean Green #4AB975

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.2%

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

R = 19.68%
G = 49.2%
B = 31.12%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#4AB975 (or 0x4AB975) is known color: Ocean Green. HEX triplet: 4A, B9 and 75. RGB value is (74,185,117). Sum of RGB (Red+Green+Blue) = 74+185+117=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #4AB975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB975 is #B5468A. Grayscale: #909090. Windows color (decimal): -11880075 or 7715146. OLE color: 7715146.

HSL color Cylindrical-coordinate representation of color #4AB975: hue angle of 143.24º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB975 is Cyan = 0.6, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 185 117 -
CMYK 0.6 0 0.37 0.27
HSL 143.24º 0.44% 0.51% -
HSV(B) 143.24º 0.6% 0.73% -
XYZ 23.38 37.44 22.82 -
YUV 144.06 112.73 78.03 -
System Red Green Blue C M Y K H S L
Decimal 74 185 117 0.6 0 0.37 0.27 143.24 0.44 0.51
Hex 4A B9 75 3C 0 25 1B 8F 2C 33
Octal 112 271 165 74 0 45 33 217 54 63
Binary 1001010 10111001 1110101 111100 0 100101 11011 10001111 101100 110011

Color Harmonies of #4AB975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB975

Black with #4AB975

Text Example


Text Example

White with #4AB975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,185,117); }

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

background-color css

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

 a { background-color: rgb(74,185,117); }

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

border-color css

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

 span { border-color: rgb(74,185,117); }

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