Html Css Color HEX #748244 Wasabi

📋 copy color: '#748244'

red 116 ◦ green 130 ◦ blue 68

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

Shades of Wasabi #748244

Tints of Wasabi #748244

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.4%

 BLUE value IS 68 (26.95% from 255) = 21.66%

R = 36.94%
G = 41.4%
B = 21.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#748244 (or 0x748244) is known color: Wasabi. HEX triplet: 74, 82 and 44. RGB value is (116,130,68). Sum of RGB (Red+Green+Blue) = 116+130+68=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #748244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748244 is #8B7DBB. Grayscale: #767676. Windows color (decimal): -9141692 or 4489844. OLE color: 4489844.

HSL color Cylindrical-coordinate representation of color #748244: hue angle of 73.55º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #748244 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 130 68 -
CMYK 0.11 0 0.48 0.49
HSL 73.55º 0.31% 0.39% -
HSV(B) 73.55º 0.48% 0.51% -
XYZ 16.23 20.1 8.49 -
YUV 118.75 99.36 126.04 -
System Red Green Blue C M Y K H S L
Decimal 116 130 68 0.11 0 0.48 0.49 73.55 0.31 0.39
Hex 74 82 44 B 0 30 31 4A 1F 27
Octal 164 202 104 13 0 60 61 112 37 47
Binary 1110100 10000010 1000100 1011 0 110000 110001 1001010 11111 100111

Color Harmonies of #748244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748244

Black with #748244

Text Example


Text Example

White with #748244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748244; }

 p { color: rgb(116,130,68); }

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

background-color css

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

 a { background-color: rgb(116,130,68); }

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

border-color css

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

 span { border-color: rgb(116,130,68); }

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