Html Css Color HEX #719632 Sushi

📋 copy color: '#719632'

red 113 ◦ green 150 ◦ blue 50

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

Shades of Sushi #719632

Tints of Sushi #719632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.97%

R = 36.1%
G = 47.92%
B = 15.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#719632 (or 0x719632) is known color: Sushi. HEX triplet: 71, 96 and 32. RGB value is (113,150,50). Sum of RGB (Red+Green+Blue) = 113+150+50=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #719632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719632 is #8E69CD. Grayscale: #7F7F7F. Windows color (decimal): -9333198 or 3315313. OLE color: 3315313.

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

Color convert

RGB 113 150 50 -
CMYK 0.25 0 0.67 0.41
HSL 82.2º 0.5% 0.39% -
HSV(B) 82.2º 0.67% 0.59% -
XYZ 18.29 25.55 6.99 -
YUV 127.54 84.24 117.63 -
System Red Green Blue C M Y K H S L
Decimal 113 150 50 0.25 0 0.67 0.41 82.2 0.5 0.39
Hex 71 96 32 19 0 43 29 52 32 27
Octal 161 226 62 31 0 103 51 122 62 47
Binary 1110001 10010110 110010 11001 0 1000011 101001 1010010 110010 100111

Color Harmonies of #719632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719632

Black with #719632

Text Example


Text Example

White with #719632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719632; }

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

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

background-color css

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

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

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

border-color css

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

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

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