Html Css Color HEX #4E926A Ocean Green

📋 copy color: '#4E926A'

red 78 ◦ green 146 ◦ blue 106

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

Shades of Ocean Green #4E926A

Tints of Ocean Green #4E926A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.12%

R = 23.64%
G = 44.24%
B = 32.12%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#4E926A (or 0x4E926A) is known color: Ocean Green. HEX triplet: 4E, 92 and 6A. RGB value is (78,146,106). Sum of RGB (Red+Green+Blue) = 78+146+106=330 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.64% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #4E926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E926A is #B16D95. Grayscale: #797979. Windows color (decimal): -11627926 or 6984270. OLE color: 6984270.

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

Color convert

RGB 78 146 106 -
CMYK 0.47 0 0.27 0.43
HSL 144.71º 0.3% 0.44% -
HSV(B) 144.71º 0.47% 0.57% -
XYZ 16.02 23.22 17.27 -
YUV 121.11 119.47 97.25 -
System Red Green Blue C M Y K H S L
Decimal 78 146 106 0.47 0 0.27 0.43 144.71 0.3 0.44
Hex 4E 92 6A 2F 0 1B 2B 91 1E 2C
Octal 116 222 152 57 0 33 53 221 36 54
Binary 1001110 10010010 1101010 101111 0 11011 101011 10010001 11110 101100

Color Harmonies of #4E926A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E926A

Black with #4E926A

Text Example


Text Example

White with #4E926A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,146,106); }

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

background-color css

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

 a { background-color: rgb(78,146,106); }

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

border-color css

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

 span { border-color: rgb(78,146,106); }

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