Html Css Color HEX #47A47A Ocean Green

📋 copy color: '#47A47A'

red 71 ◦ green 164 ◦ blue 122

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

Shades of Ocean Green #47A47A

Tints of Ocean Green #47A47A

RGB

 RED value IS 71 (28.13% from 255) = 19.89%

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

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

R = 19.89%
G = 45.94%
B = 34.17%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#47A47A (or 0x47A47A) is known color: Ocean Green. HEX triplet: 47, A4 and 7A. RGB value is (71,164,122). Sum of RGB (Red+Green+Blue) = 71+164+122=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 164 - color contains mainly: green. Hex color #47A47A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A47A is #B85B85. Grayscale: #838383. Windows color (decimal): -12082054 or 8037447. OLE color: 8037447.

HSL color Cylindrical-coordinate representation of color #47A47A: hue angle of 152.9º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A47A is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 164 122 -
CMYK 0.57 0 0.26 0.36
HSL 152.9º 0.4% 0.46% -
HSV(B) 152.9º 0.57% 0.64% -
XYZ 19.39 29.3 23.05 -
YUV 131.41 122.69 84.92 -
System Red Green Blue C M Y K H S L
Decimal 71 164 122 0.57 0 0.26 0.36 152.9 0.4 0.46
Hex 47 A4 7A 39 0 1A 24 99 28 2E
Octal 107 244 172 71 0 32 44 231 50 56
Binary 1000111 10100100 1111010 111001 0 11010 100100 10011001 101000 101110

Color Harmonies of #47A47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A47A

Black with #47A47A

Text Example


Text Example

White with #47A47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47A47A; }

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

 H1.HeaderClassName
 {
   color: #47A47A;
 }
 .AnyTagClassName
 {
   color: #47A47A;
 }
</style>

background-color css

<style>
 a { background-color: #47A47A; }

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

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

border-color css

<style>
 span { border-color: #47A47A; }

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

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