Html Css Color HEX #4D9268 Ocean Green

📋 copy color: '#4D9268'

red 77 ◦ green 146 ◦ blue 104

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

Shades of Ocean Green #4D9268

Tints of Ocean Green #4D9268

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.65%

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

R = 23.55%
G = 44.65%
B = 31.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#4D9268 (or 0x4D9268) is known color: Ocean Green. HEX triplet: 4D, 92 and 68. RGB value is (77,146,104). Sum of RGB (Red+Green+Blue) = 77+146+104=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #4D9268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9268 is #B26D97. Grayscale: #787878. Windows color (decimal): -11693464 or 6853197. OLE color: 6853197.

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

Color convert

RGB 77 146 104 -
CMYK 0.47 0 0.29 0.43
HSL 143.48º 0.31% 0.44% -
HSV(B) 143.48º 0.47% 0.57% -
XYZ 15.84 23.14 16.73 -
YUV 120.58 118.64 96.92 -
System Red Green Blue C M Y K H S L
Decimal 77 146 104 0.47 0 0.29 0.43 143.48 0.31 0.44
Hex 4D 92 68 2F 0 1D 2B 8F 1F 2C
Octal 115 222 150 57 0 35 53 217 37 54
Binary 1001101 10010010 1101000 101111 0 11101 101011 10001111 11111 101100

Color Harmonies of #4D9268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9268

Black with #4D9268

Text Example


Text Example

White with #4D9268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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