Html Css Color HEX #47A46B Ocean Green

📋 copy color: '#47A46B'

red 71 ◦ green 164 ◦ blue 107

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

Shades of Ocean Green #47A46B

Tints of Ocean Green #47A46B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.29%

R = 20.76%
G = 47.95%
B = 31.29%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#47A46B (or 0x47A46B) is known color: Ocean Green. HEX triplet: 47, A4 and 6B. RGB value is (71,164,107). Sum of RGB (Red+Green+Blue) = 71+164+107=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 164 - color contains mainly: green. Hex color #47A46B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A46B is #B85B94. Grayscale: #818181. Windows color (decimal): -12082069 or 7054407. OLE color: 7054407.

HSL color Cylindrical-coordinate representation of color #47A46B: hue angle of 143.23º 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 #47A46B is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 164 107 -
CMYK 0.57 0 0.35 0.36
HSL 143.23º 0.4% 0.46% -
HSV(B) 143.23º 0.57% 0.64% -
XYZ 18.53 28.95 18.52 -
YUV 129.7 115.19 86.13 -
System Red Green Blue C M Y K H S L
Decimal 71 164 107 0.57 0 0.35 0.36 143.23 0.4 0.46
Hex 47 A4 6B 39 0 23 24 8F 28 2E
Octal 107 244 153 71 0 43 44 217 50 56
Binary 1000111 10100100 1101011 111001 0 100011 100100 10001111 101000 101110

Color Harmonies of #47A46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A46B

Black with #47A46B

Text Example


Text Example

White with #47A46B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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