Html Css Color HEX #748533 Wasabi

📋 copy color: '#748533'

red 116 ◦ green 133 ◦ blue 51

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

Shades of Wasabi #748533

Tints of Wasabi #748533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17%

R = 38.67%
G = 44.33%
B = 17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#748533 (or 0x748533) is known color: Wasabi. HEX triplet: 74, 85 and 33. RGB value is (116,133,51). Sum of RGB (Red+Green+Blue) = 116+133+51=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #748533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748533 is #8B7ACC. Grayscale: #767676. Windows color (decimal): -9140941 or 3376500. OLE color: 3376500.

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

Color convert

RGB 116 133 51 -
CMYK 0.13 0 0.62 0.48
HSL 72.44º 0.45% 0.36% -
HSV(B) 72.44º 0.62% 0.52% -
XYZ 16.19 20.73 6.28 -
YUV 118.57 89.87 126.17 -
System Red Green Blue C M Y K H S L
Decimal 116 133 51 0.13 0 0.62 0.48 72.44 0.45 0.36
Hex 74 85 33 D 0 3E 30 48 2D 24
Octal 164 205 63 15 0 76 60 110 55 44
Binary 1110100 10000101 110011 1101 0 111110 110000 1001000 101101 100100

Color Harmonies of #748533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748533

Black with #748533

Text Example


Text Example

White with #748533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748533; }

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

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

background-color css

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

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

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

border-color css

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

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

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