Html Css Color HEX #4AA47A Ocean Green

📋 copy color: '#4AA47A'

red 74 ◦ green 164 ◦ blue 122

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

Shades of Ocean Green #4AA47A

Tints of Ocean Green #4AA47A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.56%

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

R = 20.56%
G = 45.56%
B = 33.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#4AA47A (or 0x4AA47A) is known color: Ocean Green. HEX triplet: 4A, A4 and 7A. RGB value is (74,164,122). Sum of RGB (Red+Green+Blue) = 74+164+122=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA47A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA47A is #B55B85. Grayscale: #848484. Windows color (decimal): -11885446 or 8037450. OLE color: 8037450.

HSL color Cylindrical-coordinate representation of color #4AA47A: hue angle of 152º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA47A is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 74 164 122 -
CMYK 0.55 0 0.26 0.36
HSL 152º 0.38% 0.47% -
HSV(B) 152º 0.55% 0.64% -
XYZ 19.61 29.41 23.06 -
YUV 132.3 122.18 86.42 -
System Red Green Blue C M Y K H S L
Decimal 74 164 122 0.55 0 0.26 0.36 152 0.38 0.47
Hex 4A A4 7A 37 0 1A 24 98 26 2F
Octal 112 244 172 67 0 32 44 230 46 57
Binary 1001010 10100100 1111010 110111 0 11010 100100 10011000 100110 101111

Color Harmonies of #4AA47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA47A

Black with #4AA47A

Text Example


Text Example

White with #4AA47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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