Html Css Color HEX #49B467 Ocean Green

📋 copy color: '#49B467'

red 73 ◦ green 180 ◦ blue 103

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

Shades of Ocean Green #49B467

Tints of Ocean Green #49B467

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.56%

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

R = 20.51%
G = 50.56%
B = 28.93%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#49B467 (or 0x49B467) is known color: Ocean Green. HEX triplet: 49, B4 and 67. RGB value is (73,180,103). Sum of RGB (Red+Green+Blue) = 73+180+103=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #49B467 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B467 is #B64B98. Grayscale: #8B8B8B. Windows color (decimal): -11946905 or 6796361. OLE color: 6796361.

HSL color Cylindrical-coordinate representation of color #49B467: hue angle of 136.82º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B467 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 180 103 -
CMYK 0.59 0 0.43 0.29
HSL 136.82º 0.42% 0.5% -
HSV(B) 136.82º 0.59% 0.71% -
XYZ 21.52 35.04 18.46 -
YUV 139.23 107.55 80.76 -
System Red Green Blue C M Y K H S L
Decimal 73 180 103 0.59 0 0.43 0.29 136.82 0.42 0.5
Hex 49 B4 67 3B 0 2B 1D 89 2A 32
Octal 111 264 147 73 0 53 35 211 52 62
Binary 1001001 10110100 1100111 111011 0 101011 11101 10001001 101010 110010

Color Harmonies of #49B467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B467

Black with #49B467

Text Example


Text Example

White with #49B467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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