Html Css Color HEX #328631 Japanese Laurel

📋 copy color: '#328631'

red 50 ◦ green 134 ◦ blue 49

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

Shades of Japanese Laurel #328631

Tints of Japanese Laurel #328631

RGB

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

 GREEN value IS 134 (52.73% from 255) = 57.51%

 BLUE value IS 49 (19.53% from 255) = 21.03%

R = 21.46%
G = 57.51%
B = 21.03%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#328631 (or 0x328631) is known color: Japanese Laurel. HEX triplet: 32, 86 and 31. RGB value is (50,134,49). Sum of RGB (Red+Green+Blue) = 50+134+49=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #328631 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328631 is #CD79CE. Grayscale: #636363. Windows color (decimal): -13466063 or 3245618. OLE color: 3245618.

HSL color Cylindrical-coordinate representation of color #328631: hue angle of 119.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328631 is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 134 49 -
CMYK 0.63 0 0.63 0.47
HSL 119.29º 0.46% 0.36% -
HSV(B) 119.29º 0.63% 0.53% -
XYZ 10.39 17.95 5.82 -
YUV 99.19 99.67 92.91 -
System Red Green Blue C M Y K H S L
Decimal 50 134 49 0.63 0 0.63 0.47 119.29 0.46 0.36
Hex 32 86 31 3F 0 3F 2F 77 2E 24
Octal 62 206 61 77 0 77 57 167 56 44
Binary 110010 10000110 110001 111111 0 111111 101111 1110111 101110 100100

Color Harmonies of #328631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328631

Black with #328631

Text Example


Text Example

White with #328631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328631; }

 p { color: rgb(50,134,49); }

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

background-color css

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

 a { background-color: rgb(50,134,49); }

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

border-color css

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

 span { border-color: rgb(50,134,49); }

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