Html Css Color HEX #748838 Wasabi

📋 copy color: '#748838'

red 116 ◦ green 136 ◦ blue 56

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

Shades of Wasabi #748838

Tints of Wasabi #748838

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.16%

 BLUE value IS 56 (22.27% from 255) = 18.18%

R = 37.66%
G = 44.16%
B = 18.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#748838 (or 0x748838) is known color: Wasabi. HEX triplet: 74, 88 and 38. RGB value is (116,136,56). Sum of RGB (Red+Green+Blue) = 116+136+56=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 136 - color contains mainly: green. Hex color #748838 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748838 is #8B77C7. Grayscale: #797979. Windows color (decimal): -9140168 or 3704948. OLE color: 3704948.

HSL color Cylindrical-coordinate representation of color #748838: hue angle of 75º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #748838 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 136 56 -
CMYK 0.15 0 0.59 0.47
HSL 75º 0.42% 0.38% -
HSV(B) 75º 0.59% 0.53% -
XYZ 16.72 21.61 7.03 -
YUV 120.9 91.37 124.5 -
System Red Green Blue C M Y K H S L
Decimal 116 136 56 0.15 0 0.59 0.47 75 0.42 0.38
Hex 74 88 38 F 0 3B 2F 4B 2A 26
Octal 164 210 70 17 0 73 57 113 52 46
Binary 1110100 10001000 111000 1111 0 111011 101111 1001011 101010 100110

Color Harmonies of #748838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748838

Black with #748838

Text Example


Text Example

White with #748838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748838; }

 p { color: rgb(116,136,56); }

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

background-color css

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

 a { background-color: rgb(116,136,56); }

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

border-color css

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

 span { border-color: rgb(116,136,56); }

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