Html Css Color HEX #49AF69 Ocean Green

📋 copy color: '#49AF69'

red 73 ◦ green 175 ◦ blue 105

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

Shades of Ocean Green #49AF69

Tints of Ocean Green #49AF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.75%

R = 20.68%
G = 49.58%
B = 29.75%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#49AF69 (or 0x49AF69) is known color: Ocean Green. HEX triplet: 49, AF and 69. RGB value is (73,175,105). Sum of RGB (Red+Green+Blue) = 73+175+105=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AF69 is #B65096. Grayscale: #888888. Windows color (decimal): -11948183 or 6926153. OLE color: 6926153.

HSL color Cylindrical-coordinate representation of color #49AF69: hue angle of 138.82º 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 #49AF69 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 175 105 -
CMYK 0.58 0 0.40 0.31
HSL 138.82º 0.41% 0.49% -
HSV(B) 138.82º 0.58% 0.69% -
XYZ 20.63 33.1 18.67 -
YUV 136.52 110.21 82.69 -
System Red Green Blue C M Y K H S L
Decimal 73 175 105 0.58 0 0.40 0.31 138.82 0.41 0.49
Hex 49 AF 69 3A 0 28 1F 8B 29 31
Octal 111 257 151 72 0 50 37 213 51 61
Binary 1001001 10101111 1101001 111010 0 101000 11111 10001011 101001 110001

Color Harmonies of #49AF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AF69

Black with #49AF69

Text Example


Text Example

White with #49AF69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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