Html Css Color HEX #4C9268 Ocean Green

📋 copy color: '#4C9268'

red 76 ◦ green 146 ◦ blue 104

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

Shades of Ocean Green #4C9268

Tints of Ocean Green #4C9268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.9%

R = 23.31%
G = 44.79%
B = 31.9%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#4C9268 (or 0x4C9268) is known color: Ocean Green. HEX triplet: 4C, 92 and 68. RGB value is (76,146,104). Sum of RGB (Red+Green+Blue) = 76+146+104=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 146 - color contains mainly: green. Hex color #4C9268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9268 is #B36D97. Grayscale: #787878. Windows color (decimal): -11759000 or 6853196. OLE color: 6853196.

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

Color convert

RGB 76 146 104 -
CMYK 0.48 0 0.29 0.43
HSL 144º 0.32% 0.44% -
HSV(B) 144º 0.48% 0.57% -
XYZ 15.76 23.09 16.72 -
YUV 120.28 118.81 96.42 -
System Red Green Blue C M Y K H S L
Decimal 76 146 104 0.48 0 0.29 0.43 144 0.32 0.44
Hex 4C 92 68 30 0 1D 2B 90 20 2C
Octal 114 222 150 60 0 35 53 220 40 54
Binary 1001100 10010010 1101000 110000 0 11101 101011 10010000 100000 101100

Color Harmonies of #4C9268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9268

Black with #4C9268

Text Example


Text Example

White with #4C9268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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