Html Css Color HEX #4D9169 Ocean Green

📋 copy color: '#4D9169'

red 77 ◦ green 145 ◦ blue 105

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

Shades of Ocean Green #4D9169

Tints of Ocean Green #4D9169

RGB

 RED value IS 77 (30.47% from 255) = 23.55%

 GREEN value IS 145 (57.03% from 255) = 44.34%

 BLUE value IS 105 (41.41% from 255) = 32.11%

R = 23.55%
G = 44.34%
B = 32.11%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#4D9169 (or 0x4D9169) is known color: Ocean Green. HEX triplet: 4D, 91 and 69. RGB value is (77,145,105). Sum of RGB (Red+Green+Blue) = 77+145+105=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #4D9169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9169 is #B26E96. Grayscale: #787878. Windows color (decimal): -11693719 or 6918477. OLE color: 6918477.

HSL color Cylindrical-coordinate representation of color #4D9169: hue angle of 144.71º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D9169 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 145 105 -
CMYK 0.47 0 0.28 0.43
HSL 144.71º 0.31% 0.44% -
HSV(B) 144.71º 0.47% 0.57% -
XYZ 15.74 22.85 16.95 -
YUV 120.11 119.47 97.25 -
System Red Green Blue C M Y K H S L
Decimal 77 145 105 0.47 0 0.28 0.43 144.71 0.31 0.44
Hex 4D 91 69 2F 0 1C 2B 91 1F 2C
Octal 115 221 151 57 0 34 53 221 37 54
Binary 1001101 10010001 1101001 101111 0 11100 101011 10010001 11111 101100

Color Harmonies of #4D9169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9169

Black with #4D9169

Text Example


Text Example

White with #4D9169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D9169; }

 p { color: rgb(77,145,105); }

 H1.HeaderClassName
 {
   color: #4D9169;
 }
 .AnyTagClassName
 {
   color: #4D9169;
 }
</style>

background-color css

<style>
 a { background-color: #4D9169; }

 a { background-color: rgb(77,145,105); }

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

border-color css

<style>
 span { border-color: #4D9169; }

 span { border-color: rgb(77,145,105); }

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