Html Css Color HEX #327638 Japanese Laurel

📋 copy color: '#327638'

red 50 ◦ green 118 ◦ blue 56

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

Shades of Japanese Laurel #327638

Tints of Japanese Laurel #327638

RGB

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

 GREEN value IS 118 (46.48% from 255) = 52.68%

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

R = 22.32%
G = 52.68%
B = 25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#327638 (or 0x327638) is known color: Japanese Laurel. HEX triplet: 32, 76 and 38. RGB value is (50,118,56). Sum of RGB (Red+Green+Blue) = 50+118+56=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #327638 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327638 is #CD89C7. Grayscale: #5A5A5A. Windows color (decimal): -13470152 or 3700274. OLE color: 3700274.

HSL color Cylindrical-coordinate representation of color #327638: hue angle of 125.29º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327638 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 118 56 -
CMYK 0.58 0 0.53 0.54
HSL 125.29º 0.4% 0.33% -
HSV(B) 125.29º 0.58% 0.46% -
XYZ 8.51 13.92 5.98 -
YUV 90.6 108.47 99.04 -
System Red Green Blue C M Y K H S L
Decimal 50 118 56 0.58 0 0.53 0.54 125.29 0.4 0.33
Hex 32 76 38 3A 0 35 36 7D 28 21
Octal 62 166 70 72 0 65 66 175 50 41
Binary 110010 1110110 111000 111010 0 110101 110110 1111101 101000 100001

Color Harmonies of #327638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327638

Black with #327638

Text Example


Text Example

White with #327638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327638; }

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

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

background-color css

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

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

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

border-color css

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

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

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