Html Css Color HEX #49A767 Ocean Green

📋 copy color: '#49A767'

red 73 ◦ green 167 ◦ blue 103

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

Shades of Ocean Green #49A767

Tints of Ocean Green #49A767

RGB

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

 GREEN value IS 167 (65.63% from 255) = 48.69%

 BLUE value IS 103 (40.63% from 255) = 30.03%

R = 21.28%
G = 48.69%
B = 30.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#49A767 (or 0x49A767) is known color: Ocean Green. HEX triplet: 49, A7 and 67. RGB value is (73,167,103). Sum of RGB (Red+Green+Blue) = 73+167+103=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 167 (65.62% from 255 or 48.69% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 167 - color contains mainly: green. Hex color #49A767 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A767 is #B65898. Grayscale: #838383. Windows color (decimal): -11950233 or 6793033. OLE color: 6793033.

HSL color Cylindrical-coordinate representation of color #49A767: hue angle of 139.15º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A767 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 167 103 -
CMYK 0.56 0 0.38 0.35
HSL 139.15º 0.39% 0.47% -
HSV(B) 139.15º 0.56% 0.65% -
XYZ 19.01 30.03 17.63 -
YUV 131.6 111.86 86.2 -
System Red Green Blue C M Y K H S L
Decimal 73 167 103 0.56 0 0.38 0.35 139.15 0.39 0.47
Hex 49 A7 67 38 0 26 23 8B 27 2F
Octal 111 247 147 70 0 46 43 213 47 57
Binary 1001001 10100111 1100111 111000 0 100110 100011 10001011 100111 101111

Color Harmonies of #49A767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A767

Black with #49A767

Text Example


Text Example

White with #49A767

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,167,103); }

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

background-color css

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

 a { background-color: rgb(73,167,103); }

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

border-color css

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

 span { border-color: rgb(73,167,103); }

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