Html Css Color HEX #47825A Como

📋 copy color: '#47825A'

red 71 ◦ green 130 ◦ blue 90

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

Shades of Como #47825A

Tints of Como #47825A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.67%

 BLUE value IS 90 (35.55% from 255) = 30.93%

R = 24.4%
G = 44.67%
B = 30.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#47825A (or 0x47825A) is known color: Como. HEX triplet: 47, 82 and 5A. RGB value is (71,130,90). Sum of RGB (Red+Green+Blue) = 71+130+90=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #47825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47825A is #B87DA5. Grayscale: #6B6B6B. Windows color (decimal): -12090790 or 5931591. OLE color: 5931591.

HSL color Cylindrical-coordinate representation of color #47825A: hue angle of 139.32º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #47825A is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 130 90 -
CMYK 0.45 0 0.31 0.49
HSL 139.32º 0.29% 0.39% -
HSV(B) 139.32º 0.45% 0.51% -
XYZ 12.43 18.04 12.5 -
YUV 107.8 117.95 101.75 -
System Red Green Blue C M Y K H S L
Decimal 71 130 90 0.45 0 0.31 0.49 139.32 0.29 0.39
Hex 47 82 5A 2D 0 1F 31 8B 1D 27
Octal 107 202 132 55 0 37 61 213 35 47
Binary 1000111 10000010 1011010 101101 0 11111 110001 10001011 11101 100111

Color Harmonies of #47825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47825A

Black with #47825A

Text Example


Text Example

White with #47825A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47825A; }

 p { color: rgb(71,130,90); }

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

background-color css

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

 a { background-color: rgb(71,130,90); }

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

border-color css

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

 span { border-color: rgb(71,130,90); }

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