Html Css Color HEX #327F42 Japanese Laurel

📋 copy color: '#327F42'

red 50 ◦ green 127 ◦ blue 66

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

Shades of Japanese Laurel #327F42

Tints of Japanese Laurel #327F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.16%

R = 20.58%
G = 52.26%
B = 27.16%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#327F42 (or 0x327F42) is known color: Japanese Laurel. HEX triplet: 32, 7F and 42. RGB value is (50,127,66). Sum of RGB (Red+Green+Blue) = 50+127+66=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 127 (50% from 255 or 52.26% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 127 - color contains mainly: green. Hex color #327F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327F42 is #CD80BD. Grayscale: #616161. Windows color (decimal): -13467838 or 4357938. OLE color: 4357938.

HSL color Cylindrical-coordinate representation of color #327F42: hue angle of 132.47º 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 #327F42 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 127 66 -
CMYK 0.61 0 0.48 0.50
HSL 132.47º 0.44% 0.35% -
HSV(B) 132.47º 0.61% 0.5% -
XYZ 9.89 16.25 7.77 -
YUV 97.02 110.49 94.46 -
System Red Green Blue C M Y K H S L
Decimal 50 127 66 0.61 0 0.48 0.50 132.47 0.44 0.35
Hex 32 7F 42 3D 0 30 32 84 2C 23
Octal 62 177 102 75 0 60 62 204 54 43
Binary 110010 1111111 1000010 111101 0 110000 110010 10000100 101100 100011

Color Harmonies of #327F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327F42

Black with #327F42

Text Example


Text Example

White with #327F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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