Html Css Color HEX #49AF68 Ocean Green

📋 copy color: '#49AF68'

red 73 ◦ green 175 ◦ blue 104

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

Shades of Ocean Green #49AF68

Tints of Ocean Green #49AF68

RGB

 RED value IS 73 (28.91% from 255) = 20.74%

 GREEN value IS 175 (68.75% from 255) = 49.72%

 BLUE value IS 104 (41.02% from 255) = 29.55%

R = 20.74%
G = 49.72%
B = 29.55%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#49AF68 (or 0x49AF68) is known color: Ocean Green. HEX triplet: 49, AF and 68. RGB value is (73,175,104). Sum of RGB (Red+Green+Blue) = 73+175+104=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AF68 is #B65097. Grayscale: #888888. Windows color (decimal): -11948184 or 6860617. OLE color: 6860617.

HSL color Cylindrical-coordinate representation of color #49AF68: hue angle of 138.24º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AF68 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 175 104 -
CMYK 0.58 0 0.41 0.31
HSL 138.24º 0.41% 0.49% -
HSV(B) 138.24º 0.58% 0.69% -
XYZ 20.58 33.08 18.4 -
YUV 136.41 109.71 82.77 -
System Red Green Blue C M Y K H S L
Decimal 73 175 104 0.58 0 0.41 0.31 138.24 0.41 0.49
Hex 49 AF 68 3A 0 29 1F 8A 29 31
Octal 111 257 150 72 0 51 37 212 51 61
Binary 1001001 10101111 1101000 111010 0 101001 11111 10001010 101001 110001

Color Harmonies of #49AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AF68

Black with #49AF68

Text Example


Text Example

White with #49AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49AF68; }

 p { color: rgb(73,175,104); }

 H1.HeaderClassName
 {
   color: #49AF68;
 }
 .AnyTagClassName
 {
   color: #49AF68;
 }
</style>

background-color css

<style>
 a { background-color: #49AF68; }

 a { background-color: rgb(73,175,104); }

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

border-color css

<style>
 span { border-color: #49AF68; }

 span { border-color: rgb(73,175,104); }

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