Html Css Color HEX #719735 Sushi

📋 copy color: '#719735'

red 113 ◦ green 151 ◦ blue 53

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

Shades of Sushi #719735

Tints of Sushi #719735

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.63%

 BLUE value IS 53 (21.09% from 255) = 16.72%

R = 35.65%
G = 47.63%
B = 16.72%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#719735 (or 0x719735) is known color: Sushi. HEX triplet: 71, 97 and 35. RGB value is (113,151,53). Sum of RGB (Red+Green+Blue) = 113+151+53=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 151 - color contains mainly: green. Hex color #719735 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719735 is #8E68CA. Grayscale: #808080. Windows color (decimal): -9332939 or 3512177. OLE color: 3512177.

HSL color Cylindrical-coordinate representation of color #719735: hue angle of 83.27º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #719735 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 151 53 -
CMYK 0.25 0 0.65 0.41
HSL 83.27º 0.48% 0.4% -
HSV(B) 83.27º 0.65% 0.59% -
XYZ 18.52 25.9 7.39 -
YUV 128.47 85.41 116.97 -
System Red Green Blue C M Y K H S L
Decimal 113 151 53 0.25 0 0.65 0.41 83.27 0.48 0.4
Hex 71 97 35 19 0 41 29 53 30 28
Octal 161 227 65 31 0 101 51 123 60 50
Binary 1110001 10010111 110101 11001 0 1000001 101001 1010011 110000 101000

Color Harmonies of #719735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719735

Black with #719735

Text Example


Text Example

White with #719735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719735; }

 p { color: rgb(113,151,53); }

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

background-color css

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

 a { background-color: rgb(113,151,53); }

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

border-color css

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

 span { border-color: rgb(113,151,53); }

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