Html Css Color HEX #4A956A Ocean Green

📋 copy color: '#4A956A'

red 74 ◦ green 149 ◦ blue 106

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

Shades of Ocean Green #4A956A

Tints of Ocean Green #4A956A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.29%

 BLUE value IS 106 (41.8% from 255) = 32.22%

R = 22.49%
G = 45.29%
B = 32.22%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#4A956A (or 0x4A956A) is known color: Ocean Green. HEX triplet: 4A, 95 and 6A. RGB value is (74,149,106). Sum of RGB (Red+Green+Blue) = 74+149+106=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #4A956A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A956A is #B56A95. Grayscale: #797979. Windows color (decimal): -11889302 or 6985034. OLE color: 6985034.

HSL color Cylindrical-coordinate representation of color #4A956A: hue angle of 145.6º degrees, saturation: 0.34, 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 #4A956A is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 149 106 -
CMYK 0.50 0 0.29 0.42
HSL 145.6º 0.34% 0.44% -
HSV(B) 145.6º 0.5% 0.58% -
XYZ 16.17 23.99 17.41 -
YUV 121.67 119.15 94 -
System Red Green Blue C M Y K H S L
Decimal 74 149 106 0.50 0 0.29 0.42 145.6 0.34 0.44
Hex 4A 95 6A 32 0 1D 2A 92 22 2C
Octal 112 225 152 62 0 35 52 222 42 54
Binary 1001010 10010101 1101010 110010 0 11101 101010 10010010 100010 101100

Color Harmonies of #4A956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A956A

Black with #4A956A

Text Example


Text Example

White with #4A956A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,149,106); }

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

background-color css

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

 a { background-color: rgb(74,149,106); }

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

border-color css

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

 span { border-color: rgb(74,149,106); }

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