Html Css Color HEX #748B36 Wasabi

📋 copy color: '#748B36'

red 116 ◦ green 139 ◦ blue 54

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

Shades of Wasabi #748B36

Tints of Wasabi #748B36

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.98%

 BLUE value IS 54 (21.48% from 255) = 17.48%

R = 37.54%
G = 44.98%
B = 17.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#748B36 (or 0x748B36) is known color: Wasabi. HEX triplet: 74, 8B and 36. RGB value is (116,139,54). Sum of RGB (Red+Green+Blue) = 116+139+54=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #748B36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748B36 is #8B74C9. Grayscale: #7A7A7A. Windows color (decimal): -9139402 or 3574644. OLE color: 3574644.

HSL color Cylindrical-coordinate representation of color #748B36: hue angle of 76.24º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #748B36 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 139 54 -
CMYK 0.17 0 0.61 0.45
HSL 76.24º 0.44% 0.38% -
HSV(B) 76.24º 0.61% 0.55% -
XYZ 17.1 22.44 6.92 -
YUV 122.43 89.38 123.41 -
System Red Green Blue C M Y K H S L
Decimal 116 139 54 0.17 0 0.61 0.45 76.24 0.44 0.38
Hex 74 8B 36 11 0 3D 2D 4C 2C 26
Octal 164 213 66 21 0 75 55 114 54 46
Binary 1110100 10001011 110110 10001 0 111101 101101 1001100 101100 100110

Color Harmonies of #748B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748B36

Black with #748B36

Text Example


Text Example

White with #748B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748B36; }

 p { color: rgb(116,139,54); }

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

background-color css

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

 a { background-color: rgb(116,139,54); }

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

border-color css

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

 span { border-color: rgb(116,139,54); }

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