Html Css Color HEX #749435 Sushi

📋 copy color: '#749435'

red 116 ◦ green 148 ◦ blue 53

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

Shades of Sushi #749435

Tints of Sushi #749435

RGB

 RED value IS 116 (45.7% from 255) = 36.59%

 GREEN value IS 148 (58.2% from 255) = 46.69%

 BLUE value IS 53 (21.09% from 255) = 16.72%

R = 36.59%
G = 46.69%
B = 16.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#749435 (or 0x749435) is known color: Sushi. HEX triplet: 74, 94 and 35. RGB value is (116,148,53). Sum of RGB (Red+Green+Blue) = 116+148+53=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #749435 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749435 is #8B6BCA. Grayscale: #7F7F7F. Windows color (decimal): -9137099 or 3511412. OLE color: 3511412.

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

Color convert

RGB 116 148 53 -
CMYK 0.22 0 0.64 0.42
HSL 80.21º 0.47% 0.39% -
HSV(B) 80.21º 0.64% 0.58% -
XYZ 18.43 25.15 7.25 -
YUV 127.6 85.9 119.72 -
System Red Green Blue C M Y K H S L
Decimal 116 148 53 0.22 0 0.64 0.42 80.21 0.47 0.39
Hex 74 94 35 16 0 40 2A 50 2F 27
Octal 164 224 65 26 0 100 52 120 57 47
Binary 1110100 10010100 110101 10110 0 1000000 101010 1010000 101111 100111

Color Harmonies of #749435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749435

Black with #749435

Text Example


Text Example

White with #749435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749435; }

 p { color: rgb(116,148,53); }

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

background-color css

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

 a { background-color: rgb(116,148,53); }

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

border-color css

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

 span { border-color: rgb(116,148,53); }

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