Html Css Color HEX #478B5F Como

📋 copy color: '#478B5F'

red 71 ◦ green 139 ◦ blue 95

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

Shades of Como #478B5F

Tints of Como #478B5F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.57%

 BLUE value IS 95 (37.5% from 255) = 31.15%

R = 23.28%
G = 45.57%
B = 31.15%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#478B5F (or 0x478B5F) is known color: Como. HEX triplet: 47, 8B and 5F. RGB value is (71,139,95). Sum of RGB (Red+Green+Blue) = 71+139+95=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #478B5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478B5F is #B874A0. Grayscale: #717171. Windows color (decimal): -12088481 or 6261575. OLE color: 6261575.

HSL color Cylindrical-coordinate representation of color #478B5F: hue angle of 141.18º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #478B5F is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 139 95 -
CMYK 0.49 0 0.32 0.45
HSL 141.18º 0.32% 0.41% -
HSV(B) 141.18º 0.49% 0.55% -
XYZ 13.9 20.63 14.08 -
YUV 113.65 117.47 97.58 -
System Red Green Blue C M Y K H S L
Decimal 71 139 95 0.49 0 0.32 0.45 141.18 0.32 0.41
Hex 47 8B 5F 31 0 20 2D 8D 20 29
Octal 107 213 137 61 0 40 55 215 40 51
Binary 1000111 10001011 1011111 110001 0 100000 101101 10001101 100000 101001

Color Harmonies of #478B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478B5F

Black with #478B5F

Text Example


Text Example

White with #478B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478B5F; }

 p { color: rgb(71,139,95); }

 H1.HeaderClassName
 {
   color: #478B5F;
 }
 .AnyTagClassName
 {
   color: #478B5F;
 }
</style>

background-color css

<style>
 a { background-color: #478B5F; }

 a { background-color: rgb(71,139,95); }

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

border-color css

<style>
 span { border-color: #478B5F; }

 span { border-color: rgb(71,139,95); }

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