Html Css Color HEX #73952C Sushi

📋 copy color: '#73952C'

red 115 ◦ green 149 ◦ blue 44

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

Shades of Sushi #73952C

Tints of Sushi #73952C

RGB

 RED value IS 115 (45.31% from 255) = 37.34%

 GREEN value IS 149 (58.59% from 255) = 48.38%

 BLUE value IS 44 (17.58% from 255) = 14.29%

R = 37.34%
G = 48.38%
B = 14.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#73952C (or 0x73952C) is known color: Sushi. HEX triplet: 73, 95 and 2C. RGB value is (115,149,44). Sum of RGB (Red+Green+Blue) = 115+149+44=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #73952C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73952C is #8C6AD3. Grayscale: #7F7F7F. Windows color (decimal): -9202388 or 2921843. OLE color: 2921843.

HSL color Cylindrical-coordinate representation of color #73952C: hue angle of 79.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73952C is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 149 44 -
CMYK 0.23 0 0.70 0.42
HSL 79.43º 0.54% 0.38% -
HSV(B) 79.43º 0.7% 0.58% -
XYZ 18.27 25.32 6.31 -
YUV 126.86 81.24 119.54 -
System Red Green Blue C M Y K H S L
Decimal 115 149 44 0.23 0 0.70 0.42 79.43 0.54 0.38
Hex 73 95 2C 17 0 46 2A 4F 36 26
Octal 163 225 54 27 0 106 52 117 66 46
Binary 1110011 10010101 101100 10111 0 1000110 101010 1001111 110110 100110

Color Harmonies of #73952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73952C

Black with #73952C

Text Example


Text Example

White with #73952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73952C; }

 p { color: rgb(115,149,44); }

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

background-color css

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

 a { background-color: rgb(115,149,44); }

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

border-color css

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

 span { border-color: rgb(115,149,44); }

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