Html Css Color HEX #327238 Japanese Laurel

📋 copy color: '#327238'

red 50 ◦ green 114 ◦ blue 56

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

Shades of Japanese Laurel #327238

Tints of Japanese Laurel #327238

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.82%

 BLUE value IS 56 (22.27% from 255) = 25.45%

R = 22.73%
G = 51.82%
B = 25.45%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#327238 (or 0x327238) is known color: Japanese Laurel. HEX triplet: 32, 72 and 38. RGB value is (50,114,56). Sum of RGB (Red+Green+Blue) = 50+114+56=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #327238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327238 is #CD8DC7. Grayscale: #585858. Windows color (decimal): -13471176 or 3699250. OLE color: 3699250.

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

Color convert

RGB 50 114 56 -
CMYK 0.56 0 0.51 0.55
HSL 125.63º 0.39% 0.32% -
HSV(B) 125.63º 0.56% 0.45% -
XYZ 8.05 13 5.83 -
YUV 88.25 109.8 100.72 -
System Red Green Blue C M Y K H S L
Decimal 50 114 56 0.56 0 0.51 0.55 125.63 0.39 0.32
Hex 32 72 38 38 0 33 37 7E 27 20
Octal 62 162 70 70 0 63 67 176 47 40
Binary 110010 1110010 111000 111000 0 110011 110111 1111110 100111 100000

Color Harmonies of #327238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327238

Black with #327238

Text Example


Text Example

White with #327238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327238; }

 p { color: rgb(50,114,56); }

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

background-color css

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

 a { background-color: rgb(50,114,56); }

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

border-color css

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

 span { border-color: rgb(50,114,56); }

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