Html Css Color HEX #4A946C Ocean Green

📋 copy color: '#4A946C'

red 74 ◦ green 148 ◦ blue 108

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

Shades of Ocean Green #4A946C

Tints of Ocean Green #4A946C

RGB

 RED value IS 74 (29.3% from 255) = 22.42%

 GREEN value IS 148 (58.2% from 255) = 44.85%

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

R = 22.42%
G = 44.85%
B = 32.73%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#4A946C (or 0x4A946C) is known color: Ocean Green. HEX triplet: 4A, 94 and 6C. RGB value is (74,148,108). Sum of RGB (Red+Green+Blue) = 74+148+108=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #4A946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A946C is #B56B93. Grayscale: #797979. Windows color (decimal): -11889556 or 7115850. OLE color: 7115850.

HSL color Cylindrical-coordinate representation of color #4A946C: hue angle of 147.57º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A946C is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 148 108 -
CMYK 0.50 0 0.27 0.42
HSL 147.57º 0.33% 0.44% -
HSV(B) 147.57º 0.5% 0.58% -
XYZ 16.12 23.72 17.92 -
YUV 121.31 120.48 94.25 -
System Red Green Blue C M Y K H S L
Decimal 74 148 108 0.50 0 0.27 0.42 147.57 0.33 0.44
Hex 4A 94 6C 32 0 1B 2A 94 21 2C
Octal 112 224 154 62 0 33 52 224 41 54
Binary 1001010 10010100 1101100 110010 0 11011 101010 10010100 100001 101100

Color Harmonies of #4A946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A946C

Black with #4A946C

Text Example


Text Example

White with #4A946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,148,108); }

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

background-color css

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

 a { background-color: rgb(74,148,108); }

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

border-color css

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

 span { border-color: rgb(74,148,108); }

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