Html Css Color HEX #719341 Sushi

📋 copy color: '#719341'

red 113 ◦ green 147 ◦ blue 65

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

Shades of Sushi #719341

Tints of Sushi #719341

RGB

 RED value IS 113 (44.53% from 255) = 34.77%

 GREEN value IS 147 (57.81% from 255) = 45.23%

 BLUE value IS 65 (25.78% from 255) = 20%

R = 34.77%
G = 45.23%
B = 20%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#719341 (or 0x719341) is known color: Sushi. HEX triplet: 71, 93 and 41. RGB value is (113,147,65). Sum of RGB (Red+Green+Blue) = 113+147+65=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #719341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719341 is #8E6CBE. Grayscale: #7F7F7F. Windows color (decimal): -9333951 or 4297585. OLE color: 4297585.

HSL color Cylindrical-coordinate representation of color #719341: hue angle of 84.88º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #719341 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 147 65 -
CMYK 0.23 0 0.56 0.42
HSL 84.88º 0.39% 0.42% -
HSV(B) 84.88º 0.56% 0.58% -
XYZ 18.2 24.76 8.82 -
YUV 127.49 92.74 117.67 -
System Red Green Blue C M Y K H S L
Decimal 113 147 65 0.23 0 0.56 0.42 84.88 0.39 0.42
Hex 71 93 41 17 0 38 2A 55 27 2A
Octal 161 223 101 27 0 70 52 125 47 52
Binary 1110001 10010011 1000001 10111 0 111000 101010 1010101 100111 101010

Color Harmonies of #719341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719341

Black with #719341

Text Example


Text Example

White with #719341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719341; }

 p { color: rgb(113,147,65); }

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

background-color css

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

 a { background-color: rgb(113,147,65); }

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

border-color css

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

 span { border-color: rgb(113,147,65); }

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