Html Css Color HEX #4E9369 Ocean Green

📋 copy color: '#4E9369'

red 78 ◦ green 147 ◦ blue 105

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

Shades of Ocean Green #4E9369

Tints of Ocean Green #4E9369

RGB

 RED value IS 78 (30.86% from 255) = 23.64%

 GREEN value IS 147 (57.81% from 255) = 44.55%

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

R = 23.64%
G = 44.55%
B = 31.82%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#4E9369 (or 0x4E9369) is known color: Ocean Green. HEX triplet: 4E, 93 and 69. RGB value is (78,147,105). Sum of RGB (Red+Green+Blue) = 78+147+105=330 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.64% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #4E9369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9369 is #B16C96. Grayscale: #797979. Windows color (decimal): -11627671 or 6918990. OLE color: 6918990.

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

Color convert

RGB 78 147 105 -
CMYK 0.47 0 0.29 0.42
HSL 143.48º 0.31% 0.44% -
HSV(B) 143.48º 0.47% 0.58% -
XYZ 16.13 23.51 17.05 -
YUV 121.58 118.64 96.92 -
System Red Green Blue C M Y K H S L
Decimal 78 147 105 0.47 0 0.29 0.42 143.48 0.31 0.44
Hex 4E 93 69 2F 0 1D 2A 8F 1F 2C
Octal 116 223 151 57 0 35 52 217 37 54
Binary 1001110 10010011 1101001 101111 0 11101 101010 10001111 11111 101100

Color Harmonies of #4E9369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9369

Black with #4E9369

Text Example


Text Example

White with #4E9369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,147,105); }

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

background-color css

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

 a { background-color: rgb(78,147,105); }

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

border-color css

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

 span { border-color: rgb(78,147,105); }

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