Html Css Color HEX #719234 Sushi

📋 copy color: '#719234'

red 113 ◦ green 146 ◦ blue 52

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

Shades of Sushi #719234

Tints of Sushi #719234

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.95%

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

R = 36.33%
G = 46.95%
B = 16.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#719234 (or 0x719234) is known color: Sushi. HEX triplet: 71, 92 and 34. RGB value is (113,146,52). Sum of RGB (Red+Green+Blue) = 113+146+52=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #719234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719234 is #8E6DCB. Grayscale: #7D7D7D. Windows color (decimal): -9334220 or 3445361. OLE color: 3445361.

HSL color Cylindrical-coordinate representation of color #719234: hue angle of 81.06º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #719234 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 146 52 -
CMYK 0.23 0 0.64 0.43
HSL 81.06º 0.47% 0.39% -
HSV(B) 81.06º 0.64% 0.57% -
XYZ 17.71 24.32 7.01 -
YUV 125.42 86.57 119.14 -
System Red Green Blue C M Y K H S L
Decimal 113 146 52 0.23 0 0.64 0.43 81.06 0.47 0.39
Hex 71 92 34 17 0 40 2B 51 2F 27
Octal 161 222 64 27 0 100 53 121 57 47
Binary 1110001 10010010 110100 10111 0 1000000 101011 1010001 101111 100111

Color Harmonies of #719234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719234

Black with #719234

Text Example


Text Example

White with #719234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719234; }

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

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

background-color css

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

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

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

border-color css

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

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

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