Html Css Color HEX #327338 Japanese Laurel

📋 copy color: '#327338'

red 50 ◦ green 115 ◦ blue 56

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

Shades of Japanese Laurel #327338

Tints of Japanese Laurel #327338

RGB

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

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

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

R = 22.62%
G = 52.04%
B = 25.34%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#327338 (or 0x327338) is known color: Japanese Laurel. HEX triplet: 32, 73 and 38. RGB value is (50,115,56). Sum of RGB (Red+Green+Blue) = 50+115+56=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #327338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327338 is #CD8CC7. Grayscale: #595959. Windows color (decimal): -13470920 or 3699506. OLE color: 3699506.

HSL color Cylindrical-coordinate representation of color #327338: hue angle of 125.54º 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 #327338 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 115 56 -
CMYK 0.57 0 0.51 0.55
HSL 125.54º 0.39% 0.32% -
HSV(B) 125.54º 0.57% 0.45% -
XYZ 8.16 13.23 5.86 -
YUV 88.84 109.47 100.3 -
System Red Green Blue C M Y K H S L
Decimal 50 115 56 0.57 0 0.51 0.55 125.54 0.39 0.32
Hex 32 73 38 39 0 33 37 7E 27 20
Octal 62 163 70 71 0 63 67 176 47 40
Binary 110010 1110011 111000 111001 0 110011 110111 1111110 100111 100000

Color Harmonies of #327338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327338

Black with #327338

Text Example


Text Example

White with #327338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327338; }

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

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

background-color css

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

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

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

border-color css

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

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

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