Html Css Color HEX #47A378 Ocean Green

📋 copy color: '#47A378'

red 71 ◦ green 163 ◦ blue 120

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

Shades of Ocean Green #47A378

Tints of Ocean Green #47A378

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.05%

 BLUE value IS 120 (47.27% from 255) = 33.9%

R = 20.06%
G = 46.05%
B = 33.9%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#47A378 (or 0x47A378) is known color: Ocean Green. HEX triplet: 47, A3 and 78. RGB value is (71,163,120). Sum of RGB (Red+Green+Blue) = 71+163+120=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 163 - color contains mainly: green. Hex color #47A378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A378 is #B85C87. Grayscale: #828282. Windows color (decimal): -12082312 or 7906119. OLE color: 7906119.

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

Color convert

RGB 71 163 120 -
CMYK 0.56 0 0.26 0.36
HSL 151.96º 0.39% 0.46% -
HSV(B) 151.96º 0.56% 0.64% -
XYZ 19.09 28.89 22.34 -
YUV 130.59 122.02 85.5 -
System Red Green Blue C M Y K H S L
Decimal 71 163 120 0.56 0 0.26 0.36 151.96 0.39 0.46
Hex 47 A3 78 38 0 1A 24 98 27 2E
Octal 107 243 170 70 0 32 44 230 47 56
Binary 1000111 10100011 1111000 111000 0 11010 100100 10011000 100111 101110

Color Harmonies of #47A378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A378

Black with #47A378

Text Example


Text Example

White with #47A378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,163,120); }

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

background-color css

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

 a { background-color: rgb(71,163,120); }

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

border-color css

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

 span { border-color: rgb(71,163,120); }

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