Html Css Color HEX #4A9E7D Ocean Green

📋 copy color: '#4A9E7D'

red 74 ◦ green 158 ◦ blue 125

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

Shades of Ocean Green #4A9E7D

Tints of Ocean Green #4A9E7D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.26%

 BLUE value IS 125 (49.22% from 255) = 35.01%

R = 20.73%
G = 44.26%
B = 35.01%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#4A9E7D (or 0x4A9E7D) is known color: Ocean Green. HEX triplet: 4A, 9E and 7D. RGB value is (74,158,125). Sum of RGB (Red+Green+Blue) = 74+158+125=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 158 - color contains mainly: green. Hex color #4A9E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9E7D is #B56182. Grayscale: #818181. Windows color (decimal): -11886979 or 8232522. OLE color: 8232522.

HSL color Cylindrical-coordinate representation of color #4A9E7D: hue angle of 156.43º 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 #4A9E7D is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 74 158 125 -
CMYK 0.53 0 0.21 0.38
HSL 156.43º 0.36% 0.45% -
HSV(B) 156.43º 0.53% 0.62% -
XYZ 18.75 27.39 23.7 -
YUV 129.12 125.67 88.68 -
System Red Green Blue C M Y K H S L
Decimal 74 158 125 0.53 0 0.21 0.38 156.43 0.36 0.45
Hex 4A 9E 7D 35 0 15 26 9C 24 2D
Octal 112 236 175 65 0 25 46 234 44 55
Binary 1001010 10011110 1111101 110101 0 10101 100110 10011100 100100 101101

Color Harmonies of #4A9E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9E7D

Black with #4A9E7D

Text Example


Text Example

White with #4A9E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,158,125); }

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

background-color css

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

 a { background-color: rgb(74,158,125); }

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

border-color css

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

 span { border-color: rgb(74,158,125); }

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