Html Css Color HEX #719D3A Sushi

📋 copy color: '#719D3A'

red 113 ◦ green 157 ◦ blue 58

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

Shades of Sushi #719D3A

Tints of Sushi #719D3A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.87%

 BLUE value IS 58 (23.05% from 255) = 17.68%

R = 34.45%
G = 47.87%
B = 17.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#719D3A (or 0x719D3A) is known color: Sushi. HEX triplet: 71, 9D and 3A. RGB value is (113,157,58). Sum of RGB (Red+Green+Blue) = 113+157+58=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #719D3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719D3A is #8E62C5. Grayscale: #848484. Windows color (decimal): -9331398 or 3841393. OLE color: 3841393.

HSL color Cylindrical-coordinate representation of color #719D3A: hue angle of 86.67º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #719D3A is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 157 58 -
CMYK 0.28 0 0.63 0.38
HSL 86.67º 0.46% 0.42% -
HSV(B) 86.67º 0.63% 0.62% -
XYZ 19.63 27.93 8.36 -
YUV 132.56 85.92 114.05 -
System Red Green Blue C M Y K H S L
Decimal 113 157 58 0.28 0 0.63 0.38 86.67 0.46 0.42
Hex 71 9D 3A 1C 0 3F 26 57 2E 2A
Octal 161 235 72 34 0 77 46 127 56 52
Binary 1110001 10011101 111010 11100 0 111111 100110 1010111 101110 101010

Color Harmonies of #719D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719D3A

Black with #719D3A

Text Example


Text Example

White with #719D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719D3A; }

 p { color: rgb(113,157,58); }

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

background-color css

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

 a { background-color: rgb(113,157,58); }

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

border-color css

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

 span { border-color: rgb(113,157,58); }

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