Html Css Color HEX #748235 Wasabi

📋 copy color: '#748235'

red 116 ◦ green 130 ◦ blue 53

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

Shades of Wasabi #748235

Tints of Wasabi #748235

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.48%

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

R = 38.8%
G = 43.48%
B = 17.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#748235 (or 0x748235) is known color: Wasabi. HEX triplet: 74, 82 and 35. RGB value is (116,130,53). Sum of RGB (Red+Green+Blue) = 116+130+53=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #748235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748235 is #8B7DCA. Grayscale: #757575. Windows color (decimal): -9141707 or 3506804. OLE color: 3506804.

HSL color Cylindrical-coordinate representation of color #748235: hue angle of 70.91º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #748235 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 130 53 -
CMYK 0.11 0 0.59 0.49
HSL 70.91º 0.42% 0.36% -
HSV(B) 70.91º 0.59% 0.51% -
XYZ 15.83 19.94 6.38 -
YUV 117.04 91.86 127.26 -
System Red Green Blue C M Y K H S L
Decimal 116 130 53 0.11 0 0.59 0.49 70.91 0.42 0.36
Hex 74 82 35 B 0 3B 31 47 2A 24
Octal 164 202 65 13 0 73 61 107 52 44
Binary 1110100 10000010 110101 1011 0 111011 110001 1000111 101010 100100

Color Harmonies of #748235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748235

Black with #748235

Text Example


Text Example

White with #748235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748235; }

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

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

background-color css

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

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

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

border-color css

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

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

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