Html Css Color HEX #49A567 Ocean Green

📋 copy color: '#49A567'

red 73 ◦ green 165 ◦ blue 103

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

Shades of Ocean Green #49A567

Tints of Ocean Green #49A567

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.39%

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

R = 21.41%
G = 48.39%
B = 30.21%

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

#49A567 (or 0x49A567) is known color: Ocean Green. HEX triplet: 49, A5 and 67. RGB value is (73,165,103). Sum of RGB (Red+Green+Blue) = 73+165+103=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #49A567 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A567 is #B65A98. Grayscale: #828282. Windows color (decimal): -11950745 or 6792521. OLE color: 6792521.

HSL color Cylindrical-coordinate representation of color #49A567: hue angle of 139.57º 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 #49A567 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 165 103 -
CMYK 0.56 0 0.38 0.35
HSL 139.57º 0.39% 0.47% -
HSV(B) 139.57º 0.56% 0.65% -
XYZ 18.65 29.31 17.51 -
YUV 130.42 112.52 87.04 -
System Red Green Blue C M Y K H S L
Decimal 73 165 103 0.56 0 0.38 0.35 139.57 0.39 0.47
Hex 49 A5 67 38 0 26 23 8C 27 2F
Octal 111 245 147 70 0 46 43 214 47 57
Binary 1001001 10100101 1100111 111000 0 100110 100011 10001100 100111 101111

Color Harmonies of #49A567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A567

Black with #49A567

Text Example


Text Example

White with #49A567

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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