Html Css Color HEX #719B28 Sushi

📋 copy color: '#719B28'

red 113 ◦ green 155 ◦ blue 40

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

Shades of Sushi #719B28

Tints of Sushi #719B28

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.32%

 BLUE value IS 40 (16.02% from 255) = 12.99%

R = 36.69%
G = 50.32%
B = 12.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#719B28 (or 0x719B28) is known color: Sushi. HEX triplet: 71, 9B and 28. RGB value is (113,155,40). Sum of RGB (Red+Green+Blue) = 113+155+40=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #719B28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719B28 is #8E64D7. Grayscale: #818181. Windows color (decimal): -9331928 or 2661233. OLE color: 2661233.

HSL color Cylindrical-coordinate representation of color #719B28: hue angle of 81.91º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #719B28 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 155 40 -
CMYK 0.27 0 0.74 0.39
HSL 81.91º 0.59% 0.38% -
HSV(B) 81.91º 0.74% 0.61% -
XYZ 18.91 27.11 6.24 -
YUV 129.33 77.59 116.35 -
System Red Green Blue C M Y K H S L
Decimal 113 155 40 0.27 0 0.74 0.39 81.91 0.59 0.38
Hex 71 9B 28 1B 0 4A 27 52 3B 26
Octal 161 233 50 33 0 112 47 122 73 46
Binary 1110001 10011011 101000 11011 0 1001010 100111 1010010 111011 100110

Color Harmonies of #719B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719B28

Black with #719B28

Text Example


Text Example

White with #719B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,155,40); }

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

background-color css

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

 a { background-color: rgb(113,155,40); }

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

border-color css

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

 span { border-color: rgb(113,155,40); }

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