Html Css Color HEX #4CB46E Ocean Green

📋 copy color: '#4CB46E'

red 76 ◦ green 180 ◦ blue 110

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

Shades of Ocean Green #4CB46E

Tints of Ocean Green #4CB46E

RGB

 RED value IS 76 (30.08% from 255) = 20.77%

 GREEN value IS 180 (70.7% from 255) = 49.18%

 BLUE value IS 110 (43.36% from 255) = 30.05%

R = 20.77%
G = 49.18%
B = 30.05%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#4CB46E (or 0x4CB46E) is known color: Ocean Green. HEX triplet: 4C, B4 and 6E. RGB value is (76,180,110). Sum of RGB (Red+Green+Blue) = 76+180+110=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB46E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB46E is #B34B91. Grayscale: #8D8D8D. Windows color (decimal): -11750290 or 7255116. OLE color: 7255116.

HSL color Cylindrical-coordinate representation of color #4CB46E: hue angle of 139.62º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB46E is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 76 180 110 -
CMYK 0.58 0 0.39 0.29
HSL 139.62º 0.41% 0.5% -
HSV(B) 139.62º 0.58% 0.71% -
XYZ 22.12 35.3 20.4 -
YUV 140.92 110.54 81.69 -
System Red Green Blue C M Y K H S L
Decimal 76 180 110 0.58 0 0.39 0.29 139.62 0.41 0.5
Hex 4C B4 6E 3A 0 27 1D 8C 29 32
Octal 114 264 156 72 0 47 35 214 51 62
Binary 1001100 10110100 1101110 111010 0 100111 11101 10001100 101001 110010

Color Harmonies of #4CB46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB46E

Black with #4CB46E

Text Example


Text Example

White with #4CB46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,180,110); }

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

background-color css

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

 a { background-color: rgb(76,180,110); }

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

border-color css

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

 span { border-color: rgb(76,180,110); }

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