Html Css Color HEX #4C926D Ocean Green

📋 copy color: '#4C926D'

red 76 ◦ green 146 ◦ blue 109

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

Shades of Ocean Green #4C926D

Tints of Ocean Green #4C926D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.11%

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 22.96%
G = 44.11%
B = 32.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#4C926D (or 0x4C926D) is known color: Ocean Green. HEX triplet: 4C, 92 and 6D. RGB value is (76,146,109). Sum of RGB (Red+Green+Blue) = 76+146+109=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #4C926D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C926D is #B36D92. Grayscale: #787878. Windows color (decimal): -11758995 or 7180876. OLE color: 7180876.

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

Color convert

RGB 76 146 109 -
CMYK 0.48 0 0.25 0.43
HSL 148.29º 0.32% 0.44% -
HSV(B) 148.29º 0.48% 0.57% -
XYZ 16.02 23.2 18.1 -
YUV 120.85 121.31 96.01 -
System Red Green Blue C M Y K H S L
Decimal 76 146 109 0.48 0 0.25 0.43 148.29 0.32 0.44
Hex 4C 92 6D 30 0 19 2B 94 20 2C
Octal 114 222 155 60 0 31 53 224 40 54
Binary 1001100 10010010 1101101 110000 0 11001 101011 10010100 100000 101100

Color Harmonies of #4C926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C926D

Black with #4C926D

Text Example


Text Example

White with #4C926D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,146,109); }

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

background-color css

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

 a { background-color: rgb(76,146,109); }

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

border-color css

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

 span { border-color: rgb(76,146,109); }

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