Html Css Color HEX #4A9F73 Ocean Green

📋 copy color: '#4A9F73'

red 74 ◦ green 159 ◦ blue 115

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

Shades of Ocean Green #4A9F73

Tints of Ocean Green #4A9F73

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.69%

 BLUE value IS 115 (45.31% from 255) = 33.05%

R = 21.26%
G = 45.69%
B = 33.05%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#4A9F73 (or 0x4A9F73) is known color: Ocean Green. HEX triplet: 4A, 9F and 73. RGB value is (74,159,115). Sum of RGB (Red+Green+Blue) = 74+159+115=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 159 - color contains mainly: green. Hex color #4A9F73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9F73 is #B5608C. Grayscale: #808080. Windows color (decimal): -11886733 or 7577418. OLE color: 7577418.

HSL color Cylindrical-coordinate representation of color #4A9F73: hue angle of 148.94º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A9F73 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 74 159 115 -
CMYK 0.53 0 0.28 0.38
HSL 148.94º 0.36% 0.46% -
HSV(B) 148.94º 0.53% 0.62% -
XYZ 18.32 27.49 20.56 -
YUV 128.57 120.34 89.08 -
System Red Green Blue C M Y K H S L
Decimal 74 159 115 0.53 0 0.28 0.38 148.94 0.36 0.46
Hex 4A 9F 73 35 0 1C 26 95 24 2E
Octal 112 237 163 65 0 34 46 225 44 56
Binary 1001010 10011111 1110011 110101 0 11100 100110 10010101 100100 101110

Color Harmonies of #4A9F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9F73

Black with #4A9F73

Text Example


Text Example

White with #4A9F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,159,115); }

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

background-color css

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

 a { background-color: rgb(74,159,115); }

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

border-color css

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

 span { border-color: rgb(74,159,115); }

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