Html Css Color HEX #49AF6A Ocean Green

📋 copy color: '#49AF6A'

red 73 ◦ green 175 ◦ blue 106

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

Shades of Ocean Green #49AF6A

Tints of Ocean Green #49AF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.94%

R = 20.62%
G = 49.44%
B = 29.94%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#49AF6A (or 0x49AF6A) is known color: Ocean Green. HEX triplet: 49, AF and 6A. RGB value is (73,175,106). Sum of RGB (Red+Green+Blue) = 73+175+106=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AF6A is #B65095. Grayscale: #888888. Windows color (decimal): -11948182 or 6991689. OLE color: 6991689.

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

Color convert

RGB 73 175 106 -
CMYK 0.58 0 0.39 0.31
HSL 139.41º 0.41% 0.49% -
HSV(B) 139.41º 0.58% 0.69% -
XYZ 20.68 33.12 18.94 -
YUV 136.64 110.71 82.61 -
System Red Green Blue C M Y K H S L
Decimal 73 175 106 0.58 0 0.39 0.31 139.41 0.41 0.49
Hex 49 AF 6A 3A 0 27 1F 8B 29 31
Octal 111 257 152 72 0 47 37 213 51 61
Binary 1001001 10101111 1101010 111010 0 100111 11111 10001011 101001 110001

Color Harmonies of #49AF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AF6A

Black with #49AF6A

Text Example


Text Example

White with #49AF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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