Html Css Color HEX #4C926B Ocean Green

📋 copy color: '#4C926B'

red 76 ◦ green 146 ◦ blue 107

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

Shades of Ocean Green #4C926B

Tints of Ocean Green #4C926B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.52%

R = 23.1%
G = 44.38%
B = 32.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#4C926B (or 0x4C926B) is known color: Ocean Green. HEX triplet: 4C, 92 and 6B. RGB value is (76,146,107). Sum of RGB (Red+Green+Blue) = 76+146+107=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #4C926B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C926B is #B36D94. Grayscale: #787878. Windows color (decimal): -11758997 or 7049804. OLE color: 7049804.

HSL color Cylindrical-coordinate representation of color #4C926B: hue angle of 146.57º 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 #4C926B is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 76 146 107 -
CMYK 0.48 0 0.27 0.43
HSL 146.57º 0.32% 0.44% -
HSV(B) 146.57º 0.48% 0.57% -
XYZ 15.91 23.16 17.54 -
YUV 120.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 76 146 107 0.48 0 0.27 0.43 146.57 0.32 0.44
Hex 4C 92 6B 30 0 1B 2B 93 20 2C
Octal 114 222 153 60 0 33 53 223 40 54
Binary 1001100 10010010 1101011 110000 0 11011 101011 10010011 100000 101100

Color Harmonies of #4C926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C926B

Black with #4C926B

Text Example


Text Example

White with #4C926B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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