Html Css Color HEX #327337 Japanese Laurel

📋 copy color: '#327337'

red 50 ◦ green 115 ◦ blue 55

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

Shades of Japanese Laurel #327337

Tints of Japanese Laurel #327337

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.27%

 BLUE value IS 55 (21.88% from 255) = 25%

R = 22.73%
G = 52.27%
B = 25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#327337 (or 0x327337) is known color: Japanese Laurel. HEX triplet: 32, 73 and 37. RGB value is (50,115,55). Sum of RGB (Red+Green+Blue) = 50+115+55=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #327337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327337 is #CD8CC8. Grayscale: #585858. Windows color (decimal): -13470921 or 3633970. OLE color: 3633970.

HSL color Cylindrical-coordinate representation of color #327337: hue angle of 124.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327337 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 115 55 -
CMYK 0.57 0 0.52 0.55
HSL 124.62º 0.39% 0.32% -
HSV(B) 124.62º 0.57% 0.45% -
XYZ 8.14 13.22 5.74 -
YUV 88.73 108.97 100.38 -
System Red Green Blue C M Y K H S L
Decimal 50 115 55 0.57 0 0.52 0.55 124.62 0.39 0.32
Hex 32 73 37 39 0 34 37 7D 27 20
Octal 62 163 67 71 0 64 67 175 47 40
Binary 110010 1110011 110111 111001 0 110100 110111 1111101 100111 100000

Color Harmonies of #327337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327337

Black with #327337

Text Example


Text Example

White with #327337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327337; }

 p { color: rgb(50,115,55); }

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

background-color css

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

 a { background-color: rgb(50,115,55); }

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

border-color css

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

 span { border-color: rgb(50,115,55); }

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