Html Css Color HEX #719C34 Sushi

📋 copy color: '#719C34'

red 113 ◦ green 156 ◦ blue 52

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

Shades of Sushi #719C34

Tints of Sushi #719C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.2%

R = 35.2%
G = 48.6%
B = 16.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.39

RGB Variations

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

Color information

#719C34 (or 0x719C34) is known color: Sushi. HEX triplet: 71, 9C and 34. RGB value is (113,156,52). Sum of RGB (Red+Green+Blue) = 113+156+52=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 156 (61.33% from 255 or 48.60% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 156 - color contains mainly: green. Hex color #719C34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719C34 is #8E63CB. Grayscale: #838383. Windows color (decimal): -9331660 or 3447921. OLE color: 3447921.

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

Color convert

RGB 113 156 52 -
CMYK 0.28 0 0.67 0.39
HSL 84.81º 0.5% 0.41% -
HSV(B) 84.81º 0.67% 0.61% -
XYZ 19.32 27.54 7.55 -
YUV 131.29 83.25 114.96 -
System Red Green Blue C M Y K H S L
Decimal 113 156 52 0.28 0 0.67 0.39 84.81 0.5 0.41
Hex 71 9C 34 1C 0 43 27 55 32 29
Octal 161 234 64 34 0 103 47 125 62 51
Binary 1110001 10011100 110100 11100 0 1000011 100111 1010101 110010 101001

Color Harmonies of #719C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719C34

Black with #719C34

Text Example


Text Example

White with #719C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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