Html Css Color HEX #719436 Sushi

📋 copy color: '#719436'

red 113 ◦ green 148 ◦ blue 54

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

Shades of Sushi #719436

Tints of Sushi #719436

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.98%

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

R = 35.87%
G = 46.98%
B = 17.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#719436 (or 0x719436) is known color: Sushi. HEX triplet: 71, 94 and 36. RGB value is (113,148,54). Sum of RGB (Red+Green+Blue) = 113+148+54=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #719436 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719436 is #8E6BC9. Grayscale: #7F7F7F. Windows color (decimal): -9333706 or 3576945. OLE color: 3576945.

HSL color Cylindrical-coordinate representation of color #719436: hue angle of 82.34º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #719436 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 148 54 -
CMYK 0.24 0 0.64 0.42
HSL 82.34º 0.47% 0.4% -
HSV(B) 82.34º 0.64% 0.58% -
XYZ 18.07 24.96 7.36 -
YUV 126.82 86.9 118.14 -
System Red Green Blue C M Y K H S L
Decimal 113 148 54 0.24 0 0.64 0.42 82.34 0.47 0.4
Hex 71 94 36 18 0 40 2A 52 2F 28
Octal 161 224 66 30 0 100 52 122 57 50
Binary 1110001 10010100 110110 11000 0 1000000 101010 1010010 101111 101000

Color Harmonies of #719436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719436

Black with #719436

Text Example


Text Example

White with #719436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719436; }

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

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

background-color css

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

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

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

border-color css

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

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

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