Html Css Color HEX #4A9A73 Ocean Green

📋 copy color: '#4A9A73'

red 74 ◦ green 154 ◦ blue 115

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

Shades of Ocean Green #4A9A73

Tints of Ocean Green #4A9A73

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.9%

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

R = 21.57%
G = 44.9%
B = 33.53%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#4A9A73 (or 0x4A9A73) is known color: Ocean Green. HEX triplet: 4A, 9A and 73. RGB value is (74,154,115). Sum of RGB (Red+Green+Blue) = 74+154+115=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 154 - color contains mainly: green. Hex color #4A9A73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9A73 is #B5658C. Grayscale: #7D7D7D. Windows color (decimal): -11888013 or 7576138. OLE color: 7576138.

HSL color Cylindrical-coordinate representation of color #4A9A73: hue angle of 150.75º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A9A73 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 74 154 115 -
CMYK 0.52 0 0.25 0.40
HSL 150.75º 0.35% 0.45% -
HSV(B) 150.75º 0.52% 0.6% -
XYZ 17.47 25.8 20.28 -
YUV 125.63 122 91.17 -
System Red Green Blue C M Y K H S L
Decimal 74 154 115 0.52 0 0.25 0.40 150.75 0.35 0.45
Hex 4A 9A 73 34 0 19 28 97 23 2D
Octal 112 232 163 64 0 31 50 227 43 55
Binary 1001010 10011010 1110011 110100 0 11001 101000 10010111 100011 101101

Color Harmonies of #4A9A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9A73

Black with #4A9A73

Text Example


Text Example

White with #4A9A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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