Html Css Color HEX #4C916C Ocean Green

📋 copy color: '#4C916C'

red 76 ◦ green 145 ◦ blue 108

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

Shades of Ocean Green #4C916C

Tints of Ocean Green #4C916C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.07%

 BLUE value IS 108 (42.58% from 255) = 32.83%

R = 23.1%
G = 44.07%
B = 32.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#4C916C (or 0x4C916C) is known color: Ocean Green. HEX triplet: 4C, 91 and 6C. RGB value is (76,145,108). Sum of RGB (Red+Green+Blue) = 76+145+108=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #4C916C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C916C is #B36E93. Grayscale: #787878. Windows color (decimal): -11759252 or 7115084. OLE color: 7115084.

HSL color Cylindrical-coordinate representation of color #4C916C: hue angle of 147.83º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C916C is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 76 145 108 -
CMYK 0.48 0 0.26 0.43
HSL 147.83º 0.31% 0.43% -
HSV(B) 147.83º 0.48% 0.57% -
XYZ 15.81 22.87 17.77 -
YUV 120.15 121.14 96.51 -
System Red Green Blue C M Y K H S L
Decimal 76 145 108 0.48 0 0.26 0.43 147.83 0.31 0.43
Hex 4C 91 6C 30 0 1A 2B 94 1F 2B
Octal 114 221 154 60 0 32 53 224 37 53
Binary 1001100 10010001 1101100 110000 0 11010 101011 10010100 11111 101011

Color Harmonies of #4C916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C916C

Black with #4C916C

Text Example


Text Example

White with #4C916C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,145,108); }

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

background-color css

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

 a { background-color: rgb(76,145,108); }

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

border-color css

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

 span { border-color: rgb(76,145,108); }

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