Html Css Color HEX #4DA278 Ocean Green

📋 copy color: '#4DA278'

red 77 ◦ green 162 ◦ blue 120

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

Shades of Ocean Green #4DA278

Tints of Ocean Green #4DA278

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.13%

 BLUE value IS 120 (47.27% from 255) = 33.43%

R = 21.45%
G = 45.13%
B = 33.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#4DA278 (or 0x4DA278) is known color: Ocean Green. HEX triplet: 4D, A2 and 78. RGB value is (77,162,120). Sum of RGB (Red+Green+Blue) = 77+162+120=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA278 is #B25D87. Grayscale: #838383. Windows color (decimal): -11689352 or 7905869. OLE color: 7905869.

HSL color Cylindrical-coordinate representation of color #4DA278: hue angle of 150.35º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA278 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 77 162 120 -
CMYK 0.52 0 0.26 0.36
HSL 150.35º 0.36% 0.47% -
HSV(B) 150.35º 0.52% 0.64% -
XYZ 19.37 28.77 22.3 -
YUV 131.8 121.34 88.92 -
System Red Green Blue C M Y K H S L
Decimal 77 162 120 0.52 0 0.26 0.36 150.35 0.36 0.47
Hex 4D A2 78 34 0 1A 24 96 24 2F
Octal 115 242 170 64 0 32 44 226 44 57
Binary 1001101 10100010 1111000 110100 0 11010 100100 10010110 100100 101111

Color Harmonies of #4DA278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA278

Black with #4DA278

Text Example


Text Example

White with #4DA278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,162,120); }

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

background-color css

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

 a { background-color: rgb(77,162,120); }

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

border-color css

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

 span { border-color: rgb(77,162,120); }

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