Html Css Color HEX #719C38 Sushi

📋 copy color: '#719C38'

red 113 ◦ green 156 ◦ blue 56

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

Shades of Sushi #719C38

Tints of Sushi #719C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.23%

R = 34.77%
G = 48%
B = 17.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.39

RGB Variations

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

Color information

#719C38 (or 0x719C38) is known color: Sushi. HEX triplet: 71, 9C and 38. RGB value is (113,156,56). Sum of RGB (Red+Green+Blue) = 113+156+56=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #719C38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719C38 is #8E63C7. Grayscale: #848484. Windows color (decimal): -9331656 or 3710065. OLE color: 3710065.

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

Color convert

RGB 113 156 56 -
CMYK 0.28 0 0.64 0.39
HSL 85.8º 0.47% 0.42% -
HSV(B) 85.8º 0.64% 0.61% -
XYZ 19.41 27.57 8.04 -
YUV 131.74 85.25 114.63 -
System Red Green Blue C M Y K H S L
Decimal 113 156 56 0.28 0 0.64 0.39 85.8 0.47 0.42
Hex 71 9C 38 1C 0 40 27 56 2F 2A
Octal 161 234 70 34 0 100 47 126 57 52
Binary 1110001 10011100 111000 11100 0 1000000 100111 1010110 101111 101010

Color Harmonies of #719C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719C38

Black with #719C38

Text Example


Text Example

White with #719C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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