Html Css Color HEX #719C36 Sushi

📋 copy color: '#719C36'

red 113 ◦ green 156 ◦ blue 54

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

Shades of Sushi #719C36

Tints of Sushi #719C36

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.3%

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

R = 34.98%
G = 48.3%
B = 16.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.65

 K value IS 0.39

RGB Variations

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

Color information

#719C36 (or 0x719C36) is known color: Sushi. HEX triplet: 71, 9C and 36. RGB value is (113,156,54). Sum of RGB (Red+Green+Blue) = 113+156+54=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 156 - color contains mainly: green. Hex color #719C36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719C36 is #8E63C9. Grayscale: #838383. Windows color (decimal): -9331658 or 3578993. OLE color: 3578993.

HSL color Cylindrical-coordinate representation of color #719C36: hue angle of 85.29º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #719C36 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 156 54 -
CMYK 0.28 0 0.65 0.39
HSL 85.29º 0.49% 0.41% -
HSV(B) 85.29º 0.65% 0.61% -
XYZ 19.36 27.55 7.79 -
YUV 131.52 84.25 114.79 -
System Red Green Blue C M Y K H S L
Decimal 113 156 54 0.28 0 0.65 0.39 85.29 0.49 0.41
Hex 71 9C 36 1C 0 41 27 55 31 29
Octal 161 234 66 34 0 101 47 125 61 51
Binary 1110001 10011100 110110 11100 0 1000001 100111 1010101 110001 101001

Color Harmonies of #719C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719C36

Black with #719C36

Text Example


Text Example

White with #719C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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