Html Css Color HEX #4A9C7A Ocean Green

📋 copy color: '#4A9C7A'

red 74 ◦ green 156 ◦ blue 122

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

Shades of Ocean Green #4A9C7A

Tints of Ocean Green #4A9C7A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.32%

 BLUE value IS 122 (48.05% from 255) = 34.66%

R = 21.02%
G = 44.32%
B = 34.66%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#4A9C7A (or 0x4A9C7A) is known color: Ocean Green. HEX triplet: 4A, 9C and 7A. RGB value is (74,156,122). Sum of RGB (Red+Green+Blue) = 74+156+122=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 156 - color contains mainly: green. Hex color #4A9C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9C7A is #B56385. Grayscale: #7F7F7F. Windows color (decimal): -11887494 or 8035402. OLE color: 8035402.

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

Color convert

RGB 74 156 122 -
CMYK 0.53 0 0.22 0.39
HSL 155.12º 0.36% 0.45% -
HSV(B) 155.12º 0.53% 0.61% -
XYZ 18.23 26.64 22.59 -
YUV 127.61 124.83 89.76 -
System Red Green Blue C M Y K H S L
Decimal 74 156 122 0.53 0 0.22 0.39 155.12 0.36 0.45
Hex 4A 9C 7A 35 0 16 27 9B 24 2D
Octal 112 234 172 65 0 26 47 233 44 55
Binary 1001010 10011100 1111010 110101 0 10110 100111 10011011 100100 101101

Color Harmonies of #4A9C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9C7A

Black with #4A9C7A

Text Example


Text Example

White with #4A9C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,156,122); }

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

background-color css

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

 a { background-color: rgb(74,156,122); }

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

border-color css

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

 span { border-color: rgb(74,156,122); }

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