Html Css Color HEX #478664 Como

📋 copy color: '#478664'

red 71 ◦ green 134 ◦ blue 100

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

Shades of Como #478664

Tints of Como #478664

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.93%

 BLUE value IS 100 (39.45% from 255) = 32.79%

R = 23.28%
G = 43.93%
B = 32.79%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#478664 (or 0x478664) is known color: Como. HEX triplet: 47, 86 and 64. RGB value is (71,134,100). Sum of RGB (Red+Green+Blue) = 71+134+100=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #478664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478664 is #B8799B. Grayscale: #6F6F6F. Windows color (decimal): -12089756 or 6587975. OLE color: 6587975.

HSL color Cylindrical-coordinate representation of color #478664: hue angle of 147.62º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #478664 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 134 100 -
CMYK 0.47 0 0.25 0.47
HSL 147.62º 0.31% 0.4% -
HSV(B) 147.62º 0.47% 0.53% -
XYZ 13.42 19.31 15.08 -
YUV 111.29 121.63 99.26 -
System Red Green Blue C M Y K H S L
Decimal 71 134 100 0.47 0 0.25 0.47 147.62 0.31 0.4
Hex 47 86 64 2F 0 19 2F 94 1F 28
Octal 107 206 144 57 0 31 57 224 37 50
Binary 1000111 10000110 1100100 101111 0 11001 101111 10010100 11111 101000

Color Harmonies of #478664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478664

Black with #478664

Text Example


Text Example

White with #478664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478664; }

 p { color: rgb(71,134,100); }

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

background-color css

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

 a { background-color: rgb(71,134,100); }

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

border-color css

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

 span { border-color: rgb(71,134,100); }

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