Html Css Color HEX #719434 Sushi

📋 copy color: '#719434'

red 113 ◦ green 148 ◦ blue 52

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

Shades of Sushi #719434

Tints of Sushi #719434

RGB

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

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

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

R = 36.1%
G = 47.28%
B = 16.61%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#719434 (or 0x719434) is known color: Sushi. HEX triplet: 71, 94 and 34. RGB value is (113,148,52). Sum of RGB (Red+Green+Blue) = 113+148+52=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #719434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719434 is #8E6BCB. Grayscale: #7E7E7E. Windows color (decimal): -9333708 or 3445873. OLE color: 3445873.

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

Color convert

RGB 113 148 52 -
CMYK 0.24 0 0.65 0.42
HSL 81.87º 0.48% 0.39% -
HSV(B) 81.87º 0.65% 0.58% -
XYZ 18.02 24.94 7.11 -
YUV 126.59 85.9 118.31 -
System Red Green Blue C M Y K H S L
Decimal 113 148 52 0.24 0 0.65 0.42 81.87 0.48 0.39
Hex 71 94 34 18 0 41 2A 52 30 27
Octal 161 224 64 30 0 101 52 122 60 47
Binary 1110001 10010100 110100 11000 0 1000001 101010 1010010 110000 100111

Color Harmonies of #719434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719434

Black with #719434

Text Example


Text Example

White with #719434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719434; }

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

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

background-color css

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

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

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

border-color css

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

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

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