Html Css Color HEX #4AB563 Ocean Green

📋 copy color: '#4AB563'

red 74 ◦ green 181 ◦ blue 99

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

Shades of Ocean Green #4AB563

Tints of Ocean Green #4AB563

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.13%

 BLUE value IS 99 (39.06% from 255) = 27.97%

R = 20.9%
G = 51.13%
B = 27.97%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#4AB563 (or 0x4AB563) is known color: Ocean Green. HEX triplet: 4A, B5 and 63. RGB value is (74,181,99). Sum of RGB (Red+Green+Blue) = 74+181+99=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 181 (71.09% from 255 or 51.13% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 181 - color contains mainly: green. Hex color #4AB563 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB563 is #B54A9C. Grayscale: #8B8B8B. Windows color (decimal): -11881117 or 6534474. OLE color: 6534474.

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

Color convert

RGB 74 181 99 -
CMYK 0.59 0 0.45 0.29
HSL 134.02º 0.42% 0.5% -
HSV(B) 134.02º 0.59% 0.71% -
XYZ 21.6 35.4 17.5 -
YUV 139.66 105.05 81.17 -
System Red Green Blue C M Y K H S L
Decimal 74 181 99 0.59 0 0.45 0.29 134.02 0.42 0.5
Hex 4A B5 63 3B 0 2D 1D 86 2A 32
Octal 112 265 143 73 0 55 35 206 52 62
Binary 1001010 10110101 1100011 111011 0 101101 11101 10000110 101010 110010

Color Harmonies of #4AB563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB563

Black with #4AB563

Text Example


Text Example

White with #4AB563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,181,99); }

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

background-color css

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

 a { background-color: rgb(74,181,99); }

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

border-color css

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

 span { border-color: rgb(74,181,99); }

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