Html Css Color HEX #4A9672 Ocean Green

📋 copy color: '#4A9672'

red 74 ◦ green 150 ◦ blue 114

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

Shades of Ocean Green #4A9672

Tints of Ocean Green #4A9672

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.38%

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 21.89%
G = 44.38%
B = 33.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#4A9672 (or 0x4A9672) is known color: Ocean Green. HEX triplet: 4A, 96 and 72. RGB value is (74,150,114). Sum of RGB (Red+Green+Blue) = 74+150+114=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 150 - color contains mainly: green. Hex color #4A9672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9672 is #B5698D. Grayscale: #7B7B7B. Windows color (decimal): -11889038 or 7509578. OLE color: 7509578.

HSL color Cylindrical-coordinate representation of color #4A9672: hue angle of 151.58º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A9672 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 74 150 114 -
CMYK 0.51 0 0.24 0.41
HSL 151.58º 0.34% 0.44% -
HSV(B) 151.58º 0.51% 0.59% -
XYZ 16.77 24.48 19.76 -
YUV 123.17 122.82 92.93 -
System Red Green Blue C M Y K H S L
Decimal 74 150 114 0.51 0 0.24 0.41 151.58 0.34 0.44
Hex 4A 96 72 33 0 18 29 98 22 2C
Octal 112 226 162 63 0 30 51 230 42 54
Binary 1001010 10010110 1110010 110011 0 11000 101001 10011000 100010 101100

Color Harmonies of #4A9672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9672

Black with #4A9672

Text Example


Text Example

White with #4A9672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,150,114); }

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

background-color css

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

 a { background-color: rgb(74,150,114); }

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

border-color css

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

 span { border-color: rgb(74,150,114); }

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