Html Css Color HEX #4DB27A Ocean Green

📋 copy color: '#4DB27A'

red 77 ◦ green 178 ◦ blue 122

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

Shades of Ocean Green #4DB27A

Tints of Ocean Green #4DB27A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.21%

 BLUE value IS 122 (48.05% from 255) = 32.36%

R = 20.42%
G = 47.21%
B = 32.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#4DB27A (or 0x4DB27A) is known color: Ocean Green. HEX triplet: 4D, B2 and 7A. RGB value is (77,178,122). Sum of RGB (Red+Green+Blue) = 77+178+122=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 178 - color contains mainly: green. Hex color #4DB27A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DB27A is #B24D85. Grayscale: #8D8D8D. Windows color (decimal): -11685254 or 8041037. OLE color: 8041037.

HSL color Cylindrical-coordinate representation of color #4DB27A: hue angle of 146.73º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB27A is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 77 178 122 -
CMYK 0.57 0 0.31 0.30
HSL 146.73º 0.4% 0.5% -
HSV(B) 146.73º 0.57% 0.7% -
XYZ 22.49 34.82 23.95 -
YUV 141.42 117.04 82.05 -
System Red Green Blue C M Y K H S L
Decimal 77 178 122 0.57 0 0.31 0.30 146.73 0.4 0.5
Hex 4D B2 7A 39 0 1F 1E 93 28 32
Octal 115 262 172 71 0 37 36 223 50 62
Binary 1001101 10110010 1111010 111001 0 11111 11110 10010011 101000 110010

Color Harmonies of #4DB27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB27A

Black with #4DB27A

Text Example


Text Example

White with #4DB27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,178,122); }

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

background-color css

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

 a { background-color: rgb(77,178,122); }

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

border-color css

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

 span { border-color: rgb(77,178,122); }

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