Html Css Color HEX #4A9D69 Ocean Green

📋 copy color: '#4A9D69'

red 74 ◦ green 157 ◦ blue 105

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

Shades of Ocean Green #4A9D69

Tints of Ocean Green #4A9D69

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.73%

 BLUE value IS 105 (41.41% from 255) = 31.25%

R = 22.02%
G = 46.73%
B = 31.25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#4A9D69 (or 0x4A9D69) is known color: Ocean Green. HEX triplet: 4A, 9D and 69. RGB value is (74,157,105). Sum of RGB (Red+Green+Blue) = 74+157+105=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 157 - color contains mainly: green. Hex color #4A9D69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9D69 is #B56296. Grayscale: #7E7E7E. Windows color (decimal): -11887255 or 6921546. OLE color: 6921546.

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

Color convert

RGB 74 157 105 -
CMYK 0.53 0 0.33 0.38
HSL 142.41º 0.36% 0.45% -
HSV(B) 142.41º 0.53% 0.62% -
XYZ 17.43 26.59 17.58 -
YUV 126.26 116 90.73 -
System Red Green Blue C M Y K H S L
Decimal 74 157 105 0.53 0 0.33 0.38 142.41 0.36 0.45
Hex 4A 9D 69 35 0 21 26 8E 24 2D
Octal 112 235 151 65 0 41 46 216 44 55
Binary 1001010 10011101 1101001 110101 0 100001 100110 10001110 100100 101101

Color Harmonies of #4A9D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9D69

Black with #4A9D69

Text Example


Text Example

White with #4A9D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,157,105); }

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

background-color css

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

 a { background-color: rgb(74,157,105); }

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

border-color css

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

 span { border-color: rgb(74,157,105); }

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