Html Css Color HEX #327540 Japanese Laurel

📋 copy color: '#327540'

red 50 ◦ green 117 ◦ blue 64

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

Shades of Japanese Laurel #327540

Tints of Japanese Laurel #327540

RGB

 RED value IS 50 (19.92% from 255) = 21.65%

 GREEN value IS 117 (46.09% from 255) = 50.65%

 BLUE value IS 64 (25.39% from 255) = 27.71%

R = 21.65%
G = 50.65%
B = 27.71%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#327540 (or 0x327540) is known color: Japanese Laurel. HEX triplet: 32, 75 and 40. RGB value is (50,117,64). Sum of RGB (Red+Green+Blue) = 50+117+64=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #327540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327540 is #CD8ABF. Grayscale: #5B5B5B. Windows color (decimal): -13470400 or 4224306. OLE color: 4224306.

HSL color Cylindrical-coordinate representation of color #327540: hue angle of 132.54º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327540 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 117 64 -
CMYK 0.57 0 0.45 0.54
HSL 132.54º 0.4% 0.33% -
HSV(B) 132.54º 0.57% 0.46% -
XYZ 8.6 13.77 7.06 -
YUV 90.93 112.8 98.81 -
System Red Green Blue C M Y K H S L
Decimal 50 117 64 0.57 0 0.45 0.54 132.54 0.4 0.33
Hex 32 75 40 39 0 2D 36 85 28 21
Octal 62 165 100 71 0 55 66 205 50 41
Binary 110010 1110101 1000000 111001 0 101101 110110 10000101 101000 100001

Color Harmonies of #327540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327540

Black with #327540

Text Example


Text Example

White with #327540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327540; }

 p { color: rgb(50,117,64); }

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

background-color css

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

 a { background-color: rgb(50,117,64); }

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

border-color css

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

 span { border-color: rgb(50,117,64); }

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