Html Css Color HEX #4C9E6A Ocean Green

📋 copy color: '#4C9E6A'

red 76 ◦ green 158 ◦ blue 106

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

Shades of Ocean Green #4C9E6A

Tints of Ocean Green #4C9E6A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 46.47%

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

R = 22.35%
G = 46.47%
B = 31.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#4C9E6A (or 0x4C9E6A) is known color: Ocean Green. HEX triplet: 4C, 9E and 6A. RGB value is (76,158,106). Sum of RGB (Red+Green+Blue) = 76+158+106=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 158 (62.11% from 255 or 46.47% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 158 - color contains mainly: green. Hex color #4C9E6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9E6A is #B36195. Grayscale: #7F7F7F. Windows color (decimal): -11755926 or 6987340. OLE color: 6987340.

HSL color Cylindrical-coordinate representation of color #4C9E6A: hue angle of 141.95º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C9E6A is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 76 158 106 -
CMYK 0.52 0 0.33 0.38
HSL 141.95º 0.35% 0.46% -
HSV(B) 141.95º 0.52% 0.62% -
XYZ 17.81 27.03 17.91 -
YUV 127.55 115.83 91.23 -
System Red Green Blue C M Y K H S L
Decimal 76 158 106 0.52 0 0.33 0.38 141.95 0.35 0.46
Hex 4C 9E 6A 34 0 21 26 8E 23 2E
Octal 114 236 152 64 0 41 46 216 43 56
Binary 1001100 10011110 1101010 110100 0 100001 100110 10001110 100011 101110

Color Harmonies of #4C9E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9E6A

Black with #4C9E6A

Text Example


Text Example

White with #4C9E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,158,106); }

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

background-color css

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

 a { background-color: rgb(76,158,106); }

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

border-color css

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

 span { border-color: rgb(76,158,106); }

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