Html Css Color HEX #327641 Japanese Laurel

📋 copy color: '#327641'

red 50 ◦ green 118 ◦ blue 65

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

Shades of Japanese Laurel #327641

Tints of Japanese Laurel #327641

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50.64%

 BLUE value IS 65 (25.78% from 255) = 27.9%

R = 21.46%
G = 50.64%
B = 27.9%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#327641 (or 0x327641) is known color: Japanese Laurel. HEX triplet: 32, 76 and 41. RGB value is (50,118,65). Sum of RGB (Red+Green+Blue) = 50+118+65=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #327641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327641 is #CD89BE. Grayscale: #5B5B5B. Windows color (decimal): -13470143 or 4290098. OLE color: 4290098.

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

Color convert

RGB 50 118 65 -
CMYK 0.58 0 0.45 0.54
HSL 133.24º 0.4% 0.33% -
HSV(B) 133.24º 0.58% 0.46% -
XYZ 8.75 14.02 7.25 -
YUV 91.63 112.97 98.31 -
System Red Green Blue C M Y K H S L
Decimal 50 118 65 0.58 0 0.45 0.54 133.24 0.4 0.33
Hex 32 76 41 3A 0 2D 36 85 28 21
Octal 62 166 101 72 0 55 66 205 50 41
Binary 110010 1110110 1000001 111010 0 101101 110110 10000101 101000 100001

Color Harmonies of #327641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327641

Black with #327641

Text Example


Text Example

White with #327641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327641; }

 p { color: rgb(50,118,65); }

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

background-color css

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

 a { background-color: rgb(50,118,65); }

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

border-color css

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

 span { border-color: rgb(50,118,65); }

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