Html Css Color HEX #719A36 Sushi

📋 copy color: '#719A36'

red 113 ◦ green 154 ◦ blue 54

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

Shades of Sushi #719A36

Tints of Sushi #719A36

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.98%

 BLUE value IS 54 (21.48% from 255) = 16.82%

R = 35.2%
G = 47.98%
B = 16.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#719A36 (or 0x719A36) is known color: Sushi. HEX triplet: 71, 9A and 36. RGB value is (113,154,54). Sum of RGB (Red+Green+Blue) = 113+154+54=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 154 - color contains mainly: green. Hex color #719A36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719A36 is #8E65C9. Grayscale: #828282. Windows color (decimal): -9332170 or 3578481. OLE color: 3578481.

HSL color Cylindrical-coordinate representation of color #719A36: hue angle of 84.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #719A36 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 154 54 -
CMYK 0.27 0 0.65 0.40
HSL 84.6º 0.48% 0.41% -
HSV(B) 84.6º 0.65% 0.6% -
XYZ 19.03 26.89 7.68 -
YUV 130.34 84.92 115.63 -
System Red Green Blue C M Y K H S L
Decimal 113 154 54 0.27 0 0.65 0.40 84.6 0.48 0.41
Hex 71 9A 36 1B 0 41 28 55 30 29
Octal 161 232 66 33 0 101 50 125 60 51
Binary 1110001 10011010 110110 11011 0 1000001 101000 1010101 110000 101001

Color Harmonies of #719A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719A36

Black with #719A36

Text Example


Text Example

White with #719A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,154,54); }

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

background-color css

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

 a { background-color: rgb(113,154,54); }

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

border-color css

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

 span { border-color: rgb(113,154,54); }

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