Html Css Color HEX #327F40 Japanese Laurel

📋 copy color: '#327F40'

red 50 ◦ green 127 ◦ blue 64

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

Shades of Japanese Laurel #327F40

Tints of Japanese Laurel #327F40

RGB

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

 GREEN value IS 127 (50% from 255) = 52.7%

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

R = 20.75%
G = 52.7%
B = 26.56%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#327F40 (or 0x327F40) is known color: Japanese Laurel. HEX triplet: 32, 7F and 40. RGB value is (50,127,64). Sum of RGB (Red+Green+Blue) = 50+127+64=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 127 (50% from 255 or 52.70% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 127 - color contains mainly: green. Hex color #327F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327F40 is #CD80BF. Grayscale: #606060. Windows color (decimal): -13467840 or 4226866. OLE color: 4226866.

HSL color Cylindrical-coordinate representation of color #327F40: hue angle of 130.91º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327F40 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 127 64 -
CMYK 0.61 0 0.50 0.50
HSL 130.91º 0.44% 0.35% -
HSV(B) 130.91º 0.61% 0.5% -
XYZ 9.83 16.23 7.46 -
YUV 96.8 109.49 94.62 -
System Red Green Blue C M Y K H S L
Decimal 50 127 64 0.61 0 0.50 0.50 130.91 0.44 0.35
Hex 32 7F 40 3D 0 32 32 83 2C 23
Octal 62 177 100 75 0 62 62 203 54 43
Binary 110010 1111111 1000000 111101 0 110010 110010 10000011 101100 100011

Color Harmonies of #327F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327F40

Black with #327F40

Text Example


Text Example

White with #327F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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