Html Css Color HEX #739530 Sushi

📋 copy color: '#739530'

red 115 ◦ green 149 ◦ blue 48

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

Shades of Sushi #739530

Tints of Sushi #739530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.38%

R = 36.86%
G = 47.76%
B = 15.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#739530 (or 0x739530) is known color: Sushi. HEX triplet: 73, 95 and 30. RGB value is (115,149,48). Sum of RGB (Red+Green+Blue) = 115+149+48=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #739530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739530 is #8C6ACF. Grayscale: #7F7F7F. Windows color (decimal): -9202384 or 3183987. OLE color: 3183987.

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

Color convert

RGB 115 149 48 -
CMYK 0.23 0 0.68 0.42
HSL 80.2º 0.51% 0.39% -
HSV(B) 80.2º 0.68% 0.58% -
XYZ 18.35 25.35 6.72 -
YUV 127.32 83.24 119.21 -
System Red Green Blue C M Y K H S L
Decimal 115 149 48 0.23 0 0.68 0.42 80.2 0.51 0.39
Hex 73 95 30 17 0 44 2A 50 33 27
Octal 163 225 60 27 0 104 52 120 63 47
Binary 1110011 10010101 110000 10111 0 1000100 101010 1010000 110011 100111

Color Harmonies of #739530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739530

Black with #739530

Text Example


Text Example

White with #739530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739530; }

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

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

background-color css

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

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

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

border-color css

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

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

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