Html Css Color HEX #748535 Wasabi

📋 copy color: '#748535'

red 116 ◦ green 133 ◦ blue 53

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

Shades of Wasabi #748535

Tints of Wasabi #748535

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.04%

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

R = 38.41%
G = 44.04%
B = 17.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#748535 (or 0x748535) is known color: Wasabi. HEX triplet: 74, 85 and 35. RGB value is (116,133,53). Sum of RGB (Red+Green+Blue) = 116+133+53=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #748535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748535 is #8B7ACA. Grayscale: #777777. Windows color (decimal): -9140939 or 3507572. OLE color: 3507572.

HSL color Cylindrical-coordinate representation of color #748535: hue angle of 72.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #748535 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 133 53 -
CMYK 0.13 0 0.60 0.48
HSL 72.75º 0.43% 0.36% -
HSV(B) 72.75º 0.6% 0.52% -
XYZ 16.23 20.75 6.52 -
YUV 118.8 90.87 126 -
System Red Green Blue C M Y K H S L
Decimal 116 133 53 0.13 0 0.60 0.48 72.75 0.43 0.36
Hex 74 85 35 D 0 3C 30 49 2B 24
Octal 164 205 65 15 0 74 60 111 53 44
Binary 1110100 10000101 110101 1101 0 111100 110000 1001001 101011 100100

Color Harmonies of #748535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748535

Black with #748535

Text Example


Text Example

White with #748535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748535; }

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

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

background-color css

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

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

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

border-color css

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

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

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