Html Css Color HEX #4D9168 Ocean Green

📋 copy color: '#4D9168'

red 77 ◦ green 145 ◦ blue 104

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

Shades of Ocean Green #4D9168

Tints of Ocean Green #4D9168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.9%

R = 23.62%
G = 44.48%
B = 31.9%

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

#4D9168 (or 0x4D9168) is known color: Ocean Green. HEX triplet: 4D, 91 and 68. RGB value is (77,145,104). Sum of RGB (Red+Green+Blue) = 77+145+104=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #4D9168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9168 is #B26E97. Grayscale: #787878. Windows color (decimal): -11693720 or 6852941. OLE color: 6852941.

HSL color Cylindrical-coordinate representation of color #4D9168: hue angle of 143.82º 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 #4D9168 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 145 104 -
CMYK 0.47 0 0.28 0.43
HSL 143.82º 0.31% 0.44% -
HSV(B) 143.82º 0.47% 0.57% -
XYZ 15.68 22.83 16.68 -
YUV 119.99 118.97 97.33 -
System Red Green Blue C M Y K H S L
Decimal 77 145 104 0.47 0 0.28 0.43 143.82 0.31 0.44
Hex 4D 91 68 2F 0 1C 2B 90 1F 2C
Octal 115 221 150 57 0 34 53 220 37 54
Binary 1001101 10010001 1101000 101111 0 11100 101011 10010000 11111 101100

Color Harmonies of #4D9168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9168

Black with #4D9168

Text Example


Text Example

White with #4D9168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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