Html Css Color HEX #748A34 Wasabi

📋 copy color: '#748A34'

red 116 ◦ green 138 ◦ blue 52

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

Shades of Wasabi #748A34

Tints of Wasabi #748A34

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.1%

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

R = 37.91%
G = 45.1%
B = 16.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#748A34 (or 0x748A34) is known color: Wasabi. HEX triplet: 74, 8A and 34. RGB value is (116,138,52). Sum of RGB (Red+Green+Blue) = 116+138+52=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 138 (54.30% from 255 or 45.10% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 138 - color contains mainly: green. Hex color #748A34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748A34 is #8B75CB. Grayscale: #797979. Windows color (decimal): -9139660 or 3443316. OLE color: 3443316.

HSL color Cylindrical-coordinate representation of color #748A34: hue angle of 75.35º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #748A34 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 138 52 -
CMYK 0.16 0 0.62 0.46
HSL 75.35º 0.45% 0.37% -
HSV(B) 75.35º 0.62% 0.54% -
XYZ 16.91 22.14 6.63 -
YUV 121.62 88.71 123.99 -
System Red Green Blue C M Y K H S L
Decimal 116 138 52 0.16 0 0.62 0.46 75.35 0.45 0.37
Hex 74 8A 34 10 0 3E 2E 4B 2D 25
Octal 164 212 64 20 0 76 56 113 55 45
Binary 1110100 10001010 110100 10000 0 111110 101110 1001011 101101 100101

Color Harmonies of #748A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748A34

Black with #748A34

Text Example


Text Example

White with #748A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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