Html Css Color HEX #49B265 Ocean Green

📋 copy color: '#49B265'

red 73 ◦ green 178 ◦ blue 101

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

Shades of Ocean Green #49B265

Tints of Ocean Green #49B265

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.57%

 BLUE value IS 101 (39.84% from 255) = 28.69%

R = 20.74%
G = 50.57%
B = 28.69%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#49B265 (or 0x49B265) is known color: Ocean Green. HEX triplet: 49, B2 and 65. RGB value is (73,178,101). Sum of RGB (Red+Green+Blue) = 73+178+101=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #49B265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B265 is #B64D9A. Grayscale: #8A8A8A. Windows color (decimal): -11947419 or 6664777. OLE color: 6664777.

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

Color convert

RGB 73 178 101 -
CMYK 0.59 0 0.43 0.30
HSL 136º 0.42% 0.49% -
HSV(B) 136º 0.59% 0.7% -
XYZ 21.02 34.2 17.8 -
YUV 137.83 107.21 81.76 -
System Red Green Blue C M Y K H S L
Decimal 73 178 101 0.59 0 0.43 0.30 136 0.42 0.49
Hex 49 B2 65 3B 0 2B 1E 88 2A 31
Octal 111 262 145 73 0 53 36 210 52 61
Binary 1001001 10110010 1100101 111011 0 101011 11110 10001000 101010 110001

Color Harmonies of #49B265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B265

Black with #49B265

Text Example


Text Example

White with #49B265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,178,101); }

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

background-color css

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

 a { background-color: rgb(73,178,101); }

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

border-color css

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

 span { border-color: rgb(73,178,101); }

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