Html Css Color HEX #748534 Wasabi

📋 copy color: '#748534'

red 116 ◦ green 133 ◦ blue 52

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

Shades of Wasabi #748534

Tints of Wasabi #748534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.28%

R = 38.54%
G = 44.19%
B = 17.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#748534 (or 0x748534) is known color: Wasabi. HEX triplet: 74, 85 and 34. RGB value is (116,133,52). Sum of RGB (Red+Green+Blue) = 116+133+52=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #748534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748534 is #8B7ACB. Grayscale: #767676. Windows color (decimal): -9140940 or 3442036. OLE color: 3442036.

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

Color convert

RGB 116 133 52 -
CMYK 0.13 0 0.61 0.48
HSL 72.59º 0.44% 0.36% -
HSV(B) 72.59º 0.61% 0.52% -
XYZ 16.21 20.74 6.4 -
YUV 118.68 90.37 126.09 -
System Red Green Blue C M Y K H S L
Decimal 116 133 52 0.13 0 0.61 0.48 72.59 0.44 0.36
Hex 74 85 34 D 0 3D 30 49 2C 24
Octal 164 205 64 15 0 75 60 111 54 44
Binary 1110100 10000101 110100 1101 0 111101 110000 1001001 101100 100100

Color Harmonies of #748534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748534

Black with #748534

Text Example


Text Example

White with #748534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748534; }

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

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

background-color css

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

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

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

border-color css

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

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

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