Html Css Color HEX #719635 Sushi

📋 copy color: '#719635'

red 113 ◦ green 150 ◦ blue 53

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

Shades of Sushi #719635

Tints of Sushi #719635

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.47%

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

R = 35.76%
G = 47.47%
B = 16.77%

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

#719635 (or 0x719635) is known color: Sushi. HEX triplet: 71, 96 and 35. RGB value is (113,150,53). Sum of RGB (Red+Green+Blue) = 113+150+53=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #719635 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719635 is #8E69CA. Grayscale: #808080. Windows color (decimal): -9333195 or 3511921. OLE color: 3511921.

HSL color Cylindrical-coordinate representation of color #719635: hue angle of 82.89º 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 #719635 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 150 53 -
CMYK 0.25 0 0.65 0.41
HSL 82.89º 0.48% 0.4% -
HSV(B) 82.89º 0.65% 0.59% -
XYZ 18.36 25.58 7.34 -
YUV 127.88 85.74 117.39 -
System Red Green Blue C M Y K H S L
Decimal 113 150 53 0.25 0 0.65 0.41 82.89 0.48 0.4
Hex 71 96 35 19 0 41 29 53 30 28
Octal 161 226 65 31 0 101 51 123 60 50
Binary 1110001 10010110 110101 11001 0 1000001 101001 1010011 110000 101000

Color Harmonies of #719635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719635

Black with #719635

Text Example


Text Example

White with #719635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719635; }

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

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

background-color css

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

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

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

border-color css

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

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

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